ansible-infra/resources/chaosknoten/acmedns/docker_compose/compose.yaml.j2
Stefan Bethke 0f3cd2c70a
Some checks failed
/ Ansible Lint (push) Failing after 38s
amcedns to enable Let's Encrypt DNS-01 challenges
2026-01-25 22:41:42 +01:00

22 lines
No EOL
548 B
Django/Jinja

---
services:
oauth2-proxy:
container_name: oauth2-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v7.14.2
command: --config /oauth2-proxy.cfg
hostname: oauth2-proxy
volumes:
- "./configs/oauth2-proxy.cfg:/oauth2-proxy.cfg"
restart: unless-stopped
ports:
- 4180:4180
acmedns:
image: docker.io/joohoi/acme-dns:latest
ports:
- "[::]:53:53"
- "[::]:53:53/udp"
- 8080:80
volumes:
- ./configs/acmedns.cfg:/etc/acme-dns/config.cfg:ro
- ./data/acmedns:/var/lib/acme-dns