feat: add coredns

This commit is contained in:
2025-12-15 22:08:43 +00:00
parent eebec67179
commit db35dda87c

View File

@@ -0,0 +1,12 @@
services:
coredns:
image: coredns/coredns:latest
container_name: coredns
command: -conf /etc/coredns/Corefile -dns.port 53
ports:
- "53:53"
- "53:53/udp"
- "8080:8080"
volumes:
- ./Corefile:/etc/coredns/Corefile
- ./db.kendricklab.int:/etc/coredns/db.kendricklab.int