continue working on dev workflow:

This commit is contained in:
timmypidashev
2023-11-09 11:05:10 -08:00
parent d666c62af1
commit 7820806c26
5 changed files with 37 additions and 21 deletions

5
dns/Corefile Normal file
View File

@@ -0,0 +1,5 @@
.:53 {
forward . 8.8.8.8 9.9.9.9
log
errors
}

4
dns/Dockerfile.dev Normal file
View File

@@ -0,0 +1,4 @@
# CoreDNS base image
ARG ALPINE_VERSION=3.18
ARG GO_VERSION=1.21.3
ARG COREDNS_VERSION=v2.7.5

0
dns/Dockerfile.prod Normal file
View File