From 1f11c314b94406ad37c56fcc2bc3bcb17981e331 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Tue, 12 May 2026 01:51:22 -0600 Subject: [PATCH] =?UTF-8?q?track=20.env=20(no=20secrets=20=E2=80=94=20port?= =?UTF-8?q?=20config=20only)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..09e8fe8 --- /dev/null +++ b/.env @@ -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