Skip to content

Commit 9751bc4

Browse files
committed
fix: docker-compose.prod.yml 수정
1 parent 20b7bbe commit 9751bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ services:
6363
- REDIS_PASSWORD=${REDIS_PASSWORD}
6464
- REDIS_HOST=${REDIS_HOST}
6565
- REDIS_PORT=${REDIS_PORT}
66-
66+
- SERVER_ID=room1
6767
- WS_PORT=${WS1_PORT}
6868
networks:
6969
- app-network
@@ -96,7 +96,7 @@ services:
9696
- REDIS_PASSWORD=${REDIS_PASSWORD}
9797
- REDIS_HOST=${REDIS_HOST}
9898
- REDIS_PORT=${REDIS_PORT}
99-
99+
- SERVER_ID=room2
100100
- WS_PORT=${WS2_PORT}
101101
networks:
102102
- app-network

0 commit comments

Comments
 (0)