mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
continue working on dev workflow:
This commit is contained in:
5
dns/Corefile
Normal file
5
dns/Corefile
Normal file
@@ -0,0 +1,5 @@
|
||||
.:53 {
|
||||
forward . 8.8.8.8 9.9.9.9
|
||||
log
|
||||
errors
|
||||
}
|
||||
4
dns/Dockerfile.dev
Normal file
4
dns/Dockerfile.dev
Normal 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
0
dns/Dockerfile.prod
Normal file
Reference in New Issue
Block a user