space-voip/docker-compose.yml

29 lines
592 B
YAML
Raw Permalink Normal View History

2018-03-24 12:18:37 +00:00
version: '2'
services:
asterisk:
build: .
2020-04-12 12:50:52 +00:00
image: registry.k0.hswaw.net/informatic/space-voip
# network_mode: "host"
2018-03-24 12:18:37 +00:00
env_file:
- config.env
2020-04-12 12:50:52 +00:00
ports:
- 10000
- 10001
- 10002
- 10003
- 10004
- 10005
- 10006
- 10007
- 10008
- 10009
- 10010
2018-03-24 12:18:37 +00:00
# Uncomment this to store recordings in host directory
# volumes:
# - "./rec:/var/spool/asterisk/monitor"
volumes:
- "./phonetab:/etc/asterisk/phonetab"
- "./moh:/var/lib/asterisk/moh"
2020-04-12 17:33:33 +00:00
- "./peers.yml:/etc/asterisk/peers.yml:ro"