This commit is contained in:
2025-06-17 18:36:33 -03:00
parent d6a3b58f89
commit a099952548

View File

@@ -67,15 +67,15 @@ services:
networks:
- app_network
# websocket_server:
# build:
# context: ./WebSocketServer
# dockerfile: Dockerfile
# ports:
# - "8765:8765"
# restart: on-failure
# networks:
# - app_network
websocket_server:
build:
context: ./WebSocketServer
dockerfile: Dockerfile
ports:
- "8765:8765"
restart: on-failure
networks:
- app_network
volumes:
static_volume: