We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b7bbe commit 9751bc4Copy full SHA for 9751bc4
docker-compose.prod.yml
@@ -63,7 +63,7 @@ services:
63
- REDIS_PASSWORD=${REDIS_PASSWORD}
64
- REDIS_HOST=${REDIS_HOST}
65
- REDIS_PORT=${REDIS_PORT}
66
-
+ - SERVER_ID=room1
67
- WS_PORT=${WS1_PORT}
68
networks:
69
- app-network
@@ -96,7 +96,7 @@ services:
96
97
98
99
+ - SERVER_ID=room2
100
- WS_PORT=${WS2_PORT}
101
102
0 commit comments