wip: add basic knot config
Some checks failed
/ Ansible Lint (push) Failing after 2m20s

This commit is contained in:
lilly 2026-04-29 22:44:20 +02:00
commit 3f8187f46a
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
4 changed files with 84 additions and 0 deletions

View file

@ -0,0 +1,13 @@
# 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