track .env (no secrets — port config only)

This commit is contained in:
Ryan Malloy 2026-05-12 01:51:22 -06:00
parent 10867ee319
commit 1f11c314b9

10
.env Normal file
View File

@ -0,0 +1,10 @@
COMPOSE_PROJECT_NAME=coredns
# CoreDNS image pin — use a digest in real deploys
COREDNS_IMAGE=coredns/coredns:1.11.3
# Host ports. systemd-resolved usually binds 53, so default to 5353.
# Override to 53 if you actually want this to be the host's resolver.
DNS_PORT=1053
METRICS_PORT=9153
HEALTH_PORT=8080