mirror of
https://github.com/dalbodeule/sh0rt.kr-pdns.git
synced 2025-06-08 18:58:20 +00:00
add pdns networks
This commit is contained in:
parent
f35605d86d
commit
07aa50cd3a
@ -70,8 +70,6 @@ services:
|
|||||||
links:
|
links:
|
||||||
- mariadb
|
- mariadb
|
||||||
- pdns
|
- pdns
|
||||||
ports:
|
|
||||||
- "8080:8080"
|
|
||||||
networks:
|
networks:
|
||||||
- pdns_network
|
- pdns_network
|
||||||
restart: always
|
restart: always
|
||||||
@ -85,9 +83,12 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
- 443:443
|
- 443:443
|
||||||
|
- 8443:8443
|
||||||
volumes: # Storage can be either a
|
volumes: # Storage can be either a
|
||||||
- nginx_secrets:/etc/letsencrypt # Docker managed volume (see list at the bottom)
|
- nginx_secrets:/etc/letsencrypt # Docker managed volume (see list at the bottom)
|
||||||
- nginx_conf:/etc/nginx/user_conf.d # or a host mount with a relative or full path.
|
- nginx_conf:/etc/nginx/user_conf.d # or a host mount with a relative or full path.
|
||||||
|
networks:
|
||||||
|
- pdns_network
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mariadb_data:
|
mariadb_data:
|
||||||
|
@ -65,6 +65,8 @@ services:
|
|||||||
volumes: # Storage can be either a
|
volumes: # Storage can be either a
|
||||||
- nginx_secrets:/etc/letsencrypt # Docker managed volume (see list at the bottom)
|
- nginx_secrets:/etc/letsencrypt # Docker managed volume (see list at the bottom)
|
||||||
- nginx_conf:/etc/nginx/user_conf.d # or a host mount with a relative or full path.
|
- nginx_conf:/etc/nginx/user_conf.d # or a host mount with a relative or full path.
|
||||||
|
networks:
|
||||||
|
- pdns_network
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mariadb_data:
|
mariadb_data:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user