ansible-infra/resources/z9/yate/docker_compose/compose.yaml.j2
Renovate d4f81d8cb6
All checks were successful
/ Ansible Lint (push) Successful in 2m3s
/ Ansible Lint (pull_request) Successful in 2m6s
Pin dependencies
2025-10-22 22:08:47 +00:00

20 lines
No EOL
613 B
Django/Jinja

---
services:
yate:
image: git.hamburg.ccc.de/ccchh/yate-image/yate-image:latest@sha256:66f77d63dc52c9aeb09481e48b9d62f5f95439f86eab3766fce94daea7b2e26a
# 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