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 container_name: nginx
ports: ports:
- 80:80 - 80:80
# depends_on: depends_on:
# - frontend - frontend
# - controller - controller
# - socketio - socketio
volumes: volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf - ./nginx.conf:/etc/nginx/conf.d/default.conf
extra_hosts: extra_hosts: