docker: add container websocket in docker-compose

This commit is contained in:
2025-04-27 14:14:32 -03:00
parent d5d136fc5d
commit e33f9e2974
7 changed files with 33 additions and 17 deletions

View File

@@ -55,6 +55,16 @@ services:
networks:
- app_network
websocket_server:
build:
context: ./WebSocketServer
dockerfile: Dockerfile
ports:
- "8765:8765"
restart: on-failure
networks:
- app_network
volumes:
static_volume:
db_data: