ansible-infra/resources/chaosknoten/auth-dns/docker_compose/compose.yaml.j2
lilly 3f8187f46a
Some checks failed
/ Ansible Lint (push) Failing after 2m20s
wip: add basic knot config
2026-04-29 22:51:03 +02:00

13 lines
274 B
Django/Jinja

# Links & Resources
# https://www.knot-dns.cz/docs/latest/html/index.html
services:
knot:
image: docker.io/cznic/knot:v3.5.4
restart: unless-stopped
command: "knotd"
network_mode: host
volumes:
- ./configs:/config:ro
- ./storage:/storage