sem paciencia

This commit is contained in:
2025-06-17 18:35:22 -03:00
parent 40951892fe
commit d6a3b58f89

View File

@@ -62,20 +62,20 @@ services:
- static_volume:/app/gestaoRaul/static - static_volume:/app/gestaoRaul/static
ports: ports:
- "80:80" - "80:80"
# depends_on: depends_on:
# - django_app - django_app
networks: networks:
- app_network - app_network
websocket_server: # websocket_server:
build: # build:
context: ./WebSocketServer # context: ./WebSocketServer
dockerfile: Dockerfile # dockerfile: Dockerfile
ports: # ports:
- "8765:8765" # - "8765:8765"
restart: on-failure # restart: on-failure
networks: # networks:
- app_network # - app_network
volumes: volumes:
static_volume: static_volume: