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:
|
||||
condition: service_healthy
|
||||
restart: true
|
||||
mailhog:
|
||||
condition: service_healthy
|
||||
restart: true
|
||||
site:
|
||||
condition: service_healthy
|
||||
restart: true
|
||||
volumes:
|
||||
- wordpress:/var/www/wordpress
|
||||
networks:
|
||||
|
|
Loading…
Add table
Reference in a new issue