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