Skip to content

Commit 4395229

Browse files
Docker container
1 parent 9252c04 commit 4395229

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Server/docker-compose.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: '3'
2+
services:
3+
switcher:
4+
build: .
5+
command: [ "npm", "run", "switcher" ]
6+
ports:
7+
- "51510:51510/udp"
8+
# router1:
9+
# build: .
10+
# command: [ "npm", "run", "router" ]
11+
# router2:
12+
# build: .
13+
# command: [ "npm", "run", "router" ]
14+
# router3:
15+
# build: .
16+
# command: [ "npm", "run", "router" ]
17+
# ports:
18+
# - "55000-60000:55000-60000/udp"

0 commit comments

Comments
 (0)