depend on other web services for nginx
This commit is contained in:
parent
95726d97b3
commit
c5fb04943a
1 changed files with 6 additions and 0 deletions
|
@ -35,6 +35,12 @@ services:
|
||||||
wordpress:
|
wordpress:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
restart: true
|
restart: true
|
||||||
|
mailhog:
|
||||||
|
condition: service_healthy
|
||||||
|
restart: true
|
||||||
|
site:
|
||||||
|
condition: service_healthy
|
||||||
|
restart: true
|
||||||
volumes:
|
volumes:
|
||||||
- wordpress:/var/www/wordpress
|
- wordpress:/var/www/wordpress
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Add table
Reference in a new issue