fix nginx network
This commit is contained in:
parent
ba34caae2b
commit
9949d05e12
|
|
@ -41,7 +41,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./.my.cnf:/.my.cnf
|
- ./.my.cnf:/.my.cnf
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
networks:
|
networks:
|
||||||
- dd
|
- dd
|
||||||
|
|
||||||
|
|
@ -117,8 +117,10 @@ services:
|
||||||
- php
|
- php
|
||||||
- static
|
- static
|
||||||
networks:
|
networks:
|
||||||
- dd
|
ingress:
|
||||||
- ingress
|
dd:
|
||||||
|
aliases:
|
||||||
|
- nginx
|
||||||
|
|
||||||
node-exporter:
|
node-exporter:
|
||||||
image: prom/node-exporter:v1.7.0
|
image: prom/node-exporter:v1.7.0
|
||||||
|
|
@ -172,8 +174,7 @@ services:
|
||||||
- MAIL_FROM=${MAIL_FROM}
|
- MAIL_FROM=${MAIL_FROM}
|
||||||
- MAIL_FROM_NAME=${MAIL_FROM_NAME}
|
- MAIL_FROM_NAME=${MAIL_FROM_NAME}
|
||||||
volumes:
|
volumes:
|
||||||
- ./configs/bookstack:/config
|
- ./configs/bookstack:/config #- bookstack_data_volume:
|
||||||
#- bookstack_data_volume:
|
|
||||||
networks:
|
networks:
|
||||||
- dd
|
- dd
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue