parent
4c4ca9127a
commit
eefcbe0c43
8 changed files with 448 additions and 0 deletions
20
resources/z9/yate/docker_compose/compose.yaml.j2
Normal file
20
resources/z9/yate/docker_compose/compose.yaml.j2
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
|
||||
services:
|
||||
yate:
|
||||
image: git.hamburg.ccc.de/ccchh/yate-image/yate-image:latest
|
||||
# command:
|
||||
# - sh
|
||||
# - "-c"
|
||||
# - "while :; do sleep 10; done"
|
||||
environment:
|
||||
DEBUG: true
|
||||
network_mode: host
|
||||
# ports:
|
||||
# - "127.0.0.1:3000:3000"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./configs/accfile.conf:/opt/yate/etc/yate/accfile.conf
|
||||
- ./configs/regexroute.conf:/opt/yate/etc/yate/regexroute.conf
|
||||
- ./configs/regfile.conf:/opt/yate/etc/yate/regfile.conf
|
||||
- ./lib-yate:/var/lib/yate
|
Loading…
Add table
Add a link
Reference in a new issue