depend on other web services for nginx

This commit is contained in:
Arnaud Lier 2025-02-18 17:51:03 +01:00
parent 95726d97b3
commit c5fb04943a

View file

@ -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: