-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathdocker-compose.yaml
More file actions
94 lines (93 loc) · 1.96 KB
/
docker-compose.yaml
File metadata and controls
94 lines (93 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
version: "3.3"
services:
serverbrowsing:
ports:
- "28900:30692"
- "28910:30693"
env_file: .env-local
restart: on-failure
environment:
RUN_FILE: serverbrowsing
image: chcniz/openspy-core
volumes:
- ./docker-support/:/app-workdir
qr:
ports:
- "27900:30694/udp"
env_file: .env-local
restart: on-failure
environment:
RUN_FILE: qr
image: chcniz/openspy-core
volumes:
- ./docker-support/:/app-workdir
natneg:
ports:
- "27901:30695/udp"
environment:
RUN_FILE: natneg
env_file: .env-local
restart: on-failure
image: chcniz/openspy-core
volumes:
- ./docker-support/:/app-workdir
GP:
ports:
- "29900:30974"
environment:
RUN_FILE: GP
env_file: .env-local
restart: on-failure
image: chcniz/openspy-core
volumes:
- ./docker-support/:/app-workdir
SM:
ports:
- "29901:30734"
environment:
RUN_FILE: SM
env_file: .env-local
restart: on-failure
image: chcniz/openspy-core
volumes:
- ./docker-support/:/app-workdir
gstats:
ports:
- "29920:30836"
environment:
RUN_FILE: gstats
env_file: .env-local
restart: on-failure
image: chcniz/openspy-core
volumes:
- ./docker-support/:/app-workdir
FESL-bf2142:
ports:
- "18300:30837"
environment:
RUN_FILE: FESL
env_file: .env-local
restart: on-failure
image: chcniz/openspy-core
volumes:
- ./docker-support/:/app-workdir
peerchat:
ports:
- "6667:30838"
environment:
RUN_FILE: peerchat
env_file: .env-local
restart: on-failure
image: chcniz/openspy-core
volumes:
- ./docker-support/:/app-workdir
utmaster:
ports:
- "28902:30839"
environment:
RUN_FILE: utmaster
env_file: .env-local
restart: on-failure
image: chcniz/openspy-core
volumes:
- ./docker-support/:/app-workdir