forked from CCCHH/ansible-infra
Since Forgejo seems to clean up older tag versions, so older digests, disable digest pinning for our images. While generally resulting in undeployable config, with ansible-pull the breakage is especially noticeable.
20 lines
542 B
Django/Jinja
20 lines
542 B
Django/Jinja
---
|
|
|
|
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
|