fix(compose): add ngnix depends_on

This commit is contained in:
leandrofars 2024-07-06 15:43:14 -03:00
parent 9e63c12ddb
commit ba2c2f6318

View File

@ -210,10 +210,10 @@ services:
container_name: nginx
ports:
- 80:80
# depends_on:
# - frontend
# - controller
# - socketio
depends_on:
- frontend
- controller
- socketio
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf
extra_hosts: