Compare commits

...

2 Commits

Author SHA1 Message Date
Kameron Kenny - pi501 5bed31ed27 update 2024-04-20 21:30:49 -04:00
Kameron Kenny - pi501 6fbb89da32 fix conflict 2024-04-20 21:30:41 -04:00
3 changed files with 47 additions and 41 deletions

View File

@ -1,5 +1,7 @@
---
#volumes:
volumes:
bind9_logs:
driver: local
# bind9_cache:
# driver: local
# primary_var_lib_bind:
@ -16,13 +18,14 @@ services:
container_name: ns1
build:
dockerfile: Dockerfile.primary
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240420.06
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240420.08
restart: always
user: root
environment:
- TZ='America/Indianapolis'
- BIND9_USER=bind
# volumes:
volumes:
- bind9_logs:/var/named/log
#- primary_var_lib_bind:/var/lib/bind
#- ./primary/var/lib/bind:/var/lib/bind:rw
#- ./primary/etc/bind/named.conf:/etc/bind/named.conf
@ -38,13 +41,14 @@ services:
container_name: ns2
build:
dockerfile: Dockerfile.secondary
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-secondary:240420.05
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-secondary:240420.06
restart: always
user: root
environment:
- TZ='America/Indianapolis'
- BIND9_USER=bind
#volumes:
volumes:
- bind9_logs:/var/named/log
#- secondary_var_lib_bind:/var/lib/bind
#- ./secondary/var/lib/bind:/var/lib/bind:rw
#- ./secondary/etc/bind/named.conf:/etc/bind/named.conf:ro

View File

@ -1,19 +1,20 @@
$TTL 3600
@ IN SOA in.thelinuxpro.net. hostmaster.in.thelinuxpro.net. (
24042002 ; serial
24042003 ; serial
21600 ; refresh after 6 hours
3600 ; retry after 1 hour
604800 ; expire after 1 week
86400 ) ; minimum TTL of 1 day
;
@ IN NS ns1.in.thelinuxpro.net.
@ IN NS ns2.in.thelinuxpro.net.
IN NS ns1.in.thelinuxpro.net.
IN NS ns2.in.thelinuxpro.net.
;
51.22 IN PTR pi501
61.22 IN PTR pi401
11.23 IN PTR jenkins
12.23 IN PTR git
13.23 IN PTR git-mysql
21.23 IN PTR docker-regsitry1
71.23 IN PTR es01
72.23 IN PTR kibana
73.23 IN PTR metricbeat01

View File

@ -1,13 +1,13 @@
$TTL 1H
@ IN SOA in.thelinuxpro.net. root.in.thelinuxpro.net. (
24042002 ; serial, todays date + todays serial #
24042003 ; serial, todays date + todays serial #
1H ; refresh, seconds
2H ; retry, seconds
1D ; expire, seconds
1D ) ; minimum, seconds
;
@ NS ns1.thelinuxpro.net.
@ NS ns2.thelinuxpro.net.
NS ns1.in.thelinuxpro.net.
NS ns2.in.thelinuxpro.net.
; MX 10 thelinuxpro.net. ; Primary Mail Exchanger
TXT "The Linux Pro Internal Net"
;
@ -24,12 +24,13 @@ pi501 IN A 10.99.22.51
jenkins IN A 10.99.23.11
git IN A 10.99.23.12
git-mysql IN A 10.99.23.13
viz IN A 10.99.23.99
docker-registry1 IN A 10.99.23.21
es01 IN A 10.99.23.71
kibana IN A 10.99.23.72
metricbeat01 IN A 10.99.23.73
filebeat01 IN A 10.99.23.74
logstash01 IN A 10.99.23.75
viz IN A 10.99.23.99
;
ns1 IN A 10.99.153.241
ns2 IN A 10.99.153.242