mirror of
https://github.com/dalbodeule/sh0rt.kr-pdns.git
synced 2025-06-08 18:58:20 +00:00
docker compose update with pdns slave
This commit is contained in:
parent
d62e515fa1
commit
7dc4ded6cd
@ -17,7 +17,7 @@ services:
|
||||
|
||||
pdns:
|
||||
image: pschiffe/pdns-mysql:latest
|
||||
container_name: pdns-master
|
||||
container_name: pdns-slave
|
||||
environment:
|
||||
PDNS_gmysql_host: mariadb
|
||||
PDNS_gmysql_port: 3306
|
||||
@ -25,7 +25,8 @@ services:
|
||||
PDNS_gmysql_password: ${MARIADB_PASSWORD}
|
||||
PDNS_gmysql_dbname: ${MARIADB_DATABASE}
|
||||
PDNS_gmysql-dnssec: true
|
||||
PDNS_primary: yes
|
||||
PDNS_slave: yes
|
||||
PDNS_master: ${MASTER_PDNS_IP}
|
||||
PDNS_api: yes
|
||||
PDNS_api_key: ${PDNS_API_KEY}
|
||||
PDNS_webserver: yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user