-
Notifications
You must be signed in to change notification settings - Fork 5
/
docker-compose.bash-c.yml
117 lines (111 loc) · 2.38 KB
/
docker-compose.bash-c.yml
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
version: '2.2'
services:
srcds-cs2:
image: sourceservers/cs2:latest
ports:
- 27015:27015/tcp
- 27015:27015/udp
stdin_open: true
tty: true
entrypoint:
- /bin/bash
command:
- -c
- |
set -e
printenv
ls -al
exec game/bin/linuxsteamrt64/cs2 -dedicated -port 27015 +game_type 0 +game_mode 1 +mapgroup mg_active +map de_dust2
srcds-csgo:
image: sourceservers/csgo:latest
ports:
- 27016:27016/tcp
- 27016:27016/udp
stdin_open: true
tty: true
entrypoint:
- /bin/bash
command:
- -c
- |
set -e
printenv
ls -al
exec srcds_linux -game csgo -port 27016 +game_type 0 +game_mode 0 +mapgroup mg_active +map de_dust2
srcds-hl2mp:
image: sourceservers/hl2mp:latest
ports:
- 27115:27115/tcp
- 27115:27115/udp
stdin_open: true
tty: true
entrypoint:
- /bin/bash
command:
- -c
- |
set -e
printenv
ls -al
exec srcds_linux -game hl2mp -port 27115 -maxplayers 16 +map dm_lockdown
srcds-left4dead2:
image: sourceservers/left4dead2:latest
ports:
- 27215:27215/tcp
- 27215:27215/udp
stdin_open: true
tty: true
entrypoint:
- /bin/bash
command:
- -c
- |
set -e
printenv
ls -al
exec srcds_linux -game left4dead2 -port 27215 +map "c2m1_highway coop"
hlds-cstrike:
image: goldsourceservers/cstrike:latest
ports:
- 28015:28015/udp
stdin_open: true
tty: true
entrypoint:
- /bin/bash
command:
- -c
- |
set -e
printenv
ls -al
exec hlds_linux -game cstrike +port 28015 +maxplayers 10 +map de_dust2
hlds-czero:
image: goldsourceservers/czero:latest
ports:
- 28115:28115/udp
stdin_open: true
tty: true
entrypoint:
- /bin/bash
command:
- -c
- |
set -e
printenv
ls -al
exec hlds_linux -game czero +port 28115 +maxplayers 10 +map de_dust2_cz
hlds-valve:
image: goldsourceservers/valve:latest
ports:
- 28215:28215/udp
stdin_open: true
tty: true
entrypoint:
- /bin/bash
command:
- -c
- |
set -e
printenv
ls -al
exec hlds_linux -game valve +port 28215 +maxplayers 16 +map boot_camp