Skip to content

Commit 98b0dac

Browse files
committed
Generate docker-compose.yml files
1 parent ba10a70 commit 98b0dac

File tree

138 files changed

+3312
-1518
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+3312
-1518
lines changed
Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
services: # bind mount example linuxgsm-ac-bind: image:
2-
gameservermanagers/gameserver:ac # image:
3-
ghcr.io/gameservermanagers/gameserver:ac container_name:
4-
acserver restart: unless-stopped volumes: -
5-
/path/to/linuxgsm/acserver:/data network_mode: host # volume
6-
example linuxgsm-ac-volume: image:
7-
gameservermanagers/gameserver:ac # image:
8-
ghcr.io/gameservermanagers/gameserver:ac container_name:
9-
acserver restart: unless-stopped volumes: -
10-
linuxgsm-ac:/data network_mode: host volumes:
11-
linuxgsm-ac:
1+
---
2+
services:
3+
# bind mount example
4+
linuxgsm-ac-bind:
5+
image: gameservermanagers/gameserver:ac
6+
# image: ghcr.io/gameservermanagers/gameserver:ac
7+
container_name: acserver
8+
restart: unless-stopped
9+
volumes:
10+
- /path/to/linuxgsm/acserver:/data
11+
network_mode: host
12+
13+
# volume example
14+
linuxgsm-ac-volume:
15+
image: gameservermanagers/gameserver:ac
16+
# image: ghcr.io/gameservermanagers/gameserver:ac
17+
container_name: acserver
18+
restart: unless-stopped
19+
volumes:
20+
- linuxgsm-ac:/data
21+
network_mode: host
22+
23+
volumes:
24+
linuxgsm-ac:
Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
services: # bind mount example linuxgsm-ahl-bind: image:
2-
gameservermanagers/gameserver:ahl # image:
3-
ghcr.io/gameservermanagers/gameserver:ahl container_name:
4-
ahlserver restart: unless-stopped volumes: -
5-
/path/to/linuxgsm/ahlserver:/data network_mode: host # volume
6-
example linuxgsm-ahl-volume: image:
7-
gameservermanagers/gameserver:ahl # image:
8-
ghcr.io/gameservermanagers/gameserver:ahl container_name:
9-
ahlserver restart: unless-stopped volumes: -
10-
linuxgsm-ahl:/data network_mode: host volumes:
11-
linuxgsm-ahl:
1+
---
2+
services:
3+
# bind mount example
4+
linuxgsm-ahl-bind:
5+
image: gameservermanagers/gameserver:ahl
6+
# image: ghcr.io/gameservermanagers/gameserver:ahl
7+
container_name: ahlserver
8+
restart: unless-stopped
9+
volumes:
10+
- /path/to/linuxgsm/ahlserver:/data
11+
network_mode: host
12+
13+
# volume example
14+
linuxgsm-ahl-volume:
15+
image: gameservermanagers/gameserver:ahl
16+
# image: ghcr.io/gameservermanagers/gameserver:ahl
17+
container_name: ahlserver
18+
restart: unless-stopped
19+
volumes:
20+
- linuxgsm-ahl:/data
21+
network_mode: host
22+
23+
volumes:
24+
linuxgsm-ahl:
Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
services: # bind mount example linuxgsm-ahl2-bind: image:
2-
gameservermanagers/gameserver:ahl2 # image:
3-
ghcr.io/gameservermanagers/gameserver:ahl2 container_name:
4-
ahl2server restart: unless-stopped volumes: -
5-
/path/to/linuxgsm/ahl2server:/data network_mode: host # volume
6-
example linuxgsm-ahl2-volume: image:
7-
gameservermanagers/gameserver:ahl2 # image:
8-
ghcr.io/gameservermanagers/gameserver:ahl2 container_name:
9-
ahl2server restart: unless-stopped volumes: -
10-
linuxgsm-ahl2:/data network_mode: host volumes:
11-
linuxgsm-ahl2:
1+
---
2+
services:
3+
# bind mount example
4+
linuxgsm-ahl2-bind:
5+
image: gameservermanagers/gameserver:ahl2
6+
# image: ghcr.io/gameservermanagers/gameserver:ahl2
7+
container_name: ahl2server
8+
restart: unless-stopped
9+
volumes:
10+
- /path/to/linuxgsm/ahl2server:/data
11+
network_mode: host
12+
13+
# volume example
14+
linuxgsm-ahl2-volume:
15+
image: gameservermanagers/gameserver:ahl2
16+
# image: ghcr.io/gameservermanagers/gameserver:ahl2
17+
container_name: ahl2server
18+
restart: unless-stopped
19+
volumes:
20+
- linuxgsm-ahl2:/data
21+
network_mode: host
22+
23+
volumes:
24+
linuxgsm-ahl2:
Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
services: # bind mount example linuxgsm-ark-bind: image:
2-
gameservermanagers/gameserver:ark # image:
3-
ghcr.io/gameservermanagers/gameserver:ark container_name:
4-
arkserver restart: unless-stopped volumes: -
5-
/path/to/linuxgsm/arkserver:/data network_mode: host # volume
6-
example linuxgsm-ark-volume: image:
7-
gameservermanagers/gameserver:ark # image:
8-
ghcr.io/gameservermanagers/gameserver:ark container_name:
9-
arkserver restart: unless-stopped volumes: -
10-
linuxgsm-ark:/data network_mode: host volumes:
11-
linuxgsm-ark:
1+
---
2+
services:
3+
# bind mount example
4+
linuxgsm-ark-bind:
5+
image: gameservermanagers/gameserver:ark
6+
# image: ghcr.io/gameservermanagers/gameserver:ark
7+
container_name: arkserver
8+
restart: unless-stopped
9+
volumes:
10+
- /path/to/linuxgsm/arkserver:/data
11+
network_mode: host
12+
13+
# volume example
14+
linuxgsm-ark-volume:
15+
image: gameservermanagers/gameserver:ark
16+
# image: ghcr.io/gameservermanagers/gameserver:ark
17+
container_name: arkserver
18+
restart: unless-stopped
19+
volumes:
20+
- linuxgsm-ark:/data
21+
network_mode: host
22+
23+
volumes:
24+
linuxgsm-ark:
Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
services: # bind mount example linuxgsm-arma3-bind: image:
2-
gameservermanagers/gameserver:arma3 # image:
3-
ghcr.io/gameservermanagers/gameserver:arma3 container_name:
4-
arma3server restart: unless-stopped volumes: -
5-
/path/to/linuxgsm/arma3server:/data network_mode: host # volume
6-
example linuxgsm-arma3-volume: image:
7-
gameservermanagers/gameserver:arma3 # image:
8-
ghcr.io/gameservermanagers/gameserver:arma3 container_name:
9-
arma3server restart: unless-stopped volumes: -
10-
linuxgsm-arma3:/data network_mode: host volumes:
11-
linuxgsm-arma3:
1+
---
2+
services:
3+
# bind mount example
4+
linuxgsm-arma3-bind:
5+
image: gameservermanagers/gameserver:arma3
6+
# image: ghcr.io/gameservermanagers/gameserver:arma3
7+
container_name: arma3server
8+
restart: unless-stopped
9+
volumes:
10+
- /path/to/linuxgsm/arma3server:/data
11+
network_mode: host
12+
13+
# volume example
14+
linuxgsm-arma3-volume:
15+
image: gameservermanagers/gameserver:arma3
16+
# image: ghcr.io/gameservermanagers/gameserver:arma3
17+
container_name: arma3server
18+
restart: unless-stopped
19+
volumes:
20+
- linuxgsm-arma3:/data
21+
network_mode: host
22+
23+
volumes:
24+
linuxgsm-arma3:
Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
services: # bind mount example linuxgsm-armar-bind: image:
2-
gameservermanagers/gameserver:armar # image:
3-
ghcr.io/gameservermanagers/gameserver:armar container_name:
4-
armarserver restart: unless-stopped volumes: -
5-
/path/to/linuxgsm/armarserver:/data network_mode: host # volume
6-
example linuxgsm-armar-volume: image:
7-
gameservermanagers/gameserver:armar # image:
8-
ghcr.io/gameservermanagers/gameserver:armar container_name:
9-
armarserver restart: unless-stopped volumes: -
10-
linuxgsm-armar:/data network_mode: host volumes:
11-
linuxgsm-armar:
1+
---
2+
services:
3+
# bind mount example
4+
linuxgsm-armar-bind:
5+
image: gameservermanagers/gameserver:armar
6+
# image: ghcr.io/gameservermanagers/gameserver:armar
7+
container_name: armarserver
8+
restart: unless-stopped
9+
volumes:
10+
- /path/to/linuxgsm/armarserver:/data
11+
network_mode: host
12+
13+
# volume example
14+
linuxgsm-armar-volume:
15+
image: gameservermanagers/gameserver:armar
16+
# image: ghcr.io/gameservermanagers/gameserver:armar
17+
container_name: armarserver
18+
restart: unless-stopped
19+
volumes:
20+
- linuxgsm-armar:/data
21+
network_mode: host
22+
23+
volumes:
24+
linuxgsm-armar:
Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
services: # bind mount example linuxgsm-ats-bind: image:
2-
gameservermanagers/gameserver:ats # image:
3-
ghcr.io/gameservermanagers/gameserver:ats container_name:
4-
atsserver restart: unless-stopped volumes: -
5-
/path/to/linuxgsm/atsserver:/data network_mode: host # volume
6-
example linuxgsm-ats-volume: image:
7-
gameservermanagers/gameserver:ats # image:
8-
ghcr.io/gameservermanagers/gameserver:ats container_name:
9-
atsserver restart: unless-stopped volumes: -
10-
linuxgsm-ats:/data network_mode: host volumes:
11-
linuxgsm-ats:
1+
---
2+
services:
3+
# bind mount example
4+
linuxgsm-ats-bind:
5+
image: gameservermanagers/gameserver:ats
6+
# image: ghcr.io/gameservermanagers/gameserver:ats
7+
container_name: atsserver
8+
restart: unless-stopped
9+
volumes:
10+
- /path/to/linuxgsm/atsserver:/data
11+
network_mode: host
12+
13+
# volume example
14+
linuxgsm-ats-volume:
15+
image: gameservermanagers/gameserver:ats
16+
# image: ghcr.io/gameservermanagers/gameserver:ats
17+
container_name: atsserver
18+
restart: unless-stopped
19+
volumes:
20+
- linuxgsm-ats:/data
21+
network_mode: host
22+
23+
volumes:
24+
linuxgsm-ats:
Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
services: # bind mount example linuxgsm-av-bind: image:
2-
gameservermanagers/gameserver:av # image:
3-
ghcr.io/gameservermanagers/gameserver:av container_name:
4-
avserver restart: unless-stopped volumes: -
5-
/path/to/linuxgsm/avserver:/data network_mode: host # volume
6-
example linuxgsm-av-volume: image:
7-
gameservermanagers/gameserver:av # image:
8-
ghcr.io/gameservermanagers/gameserver:av container_name:
9-
avserver restart: unless-stopped volumes: -
10-
linuxgsm-av:/data network_mode: host volumes:
11-
linuxgsm-av:
1+
---
2+
services:
3+
# bind mount example
4+
linuxgsm-av-bind:
5+
image: gameservermanagers/gameserver:av
6+
# image: ghcr.io/gameservermanagers/gameserver:av
7+
container_name: avserver
8+
restart: unless-stopped
9+
volumes:
10+
- /path/to/linuxgsm/avserver:/data
11+
network_mode: host
12+
13+
# volume example
14+
linuxgsm-av-volume:
15+
image: gameservermanagers/gameserver:av
16+
# image: ghcr.io/gameservermanagers/gameserver:av
17+
container_name: avserver
18+
restart: unless-stopped
19+
volumes:
20+
- linuxgsm-av:/data
21+
network_mode: host
22+
23+
volumes:
24+
linuxgsm-av:
Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
services: # bind mount example linuxgsm-bb-bind: image:
2-
gameservermanagers/gameserver:bb # image:
3-
ghcr.io/gameservermanagers/gameserver:bb container_name:
4-
bbserver restart: unless-stopped volumes: -
5-
/path/to/linuxgsm/bbserver:/data network_mode: host # volume
6-
example linuxgsm-bb-volume: image:
7-
gameservermanagers/gameserver:bb # image:
8-
ghcr.io/gameservermanagers/gameserver:bb container_name:
9-
bbserver restart: unless-stopped volumes: -
10-
linuxgsm-bb:/data network_mode: host volumes:
11-
linuxgsm-bb:
1+
---
2+
services:
3+
# bind mount example
4+
linuxgsm-bb-bind:
5+
image: gameservermanagers/gameserver:bb
6+
# image: ghcr.io/gameservermanagers/gameserver:bb
7+
container_name: bbserver
8+
restart: unless-stopped
9+
volumes:
10+
- /path/to/linuxgsm/bbserver:/data
11+
network_mode: host
12+
13+
# volume example
14+
linuxgsm-bb-volume:
15+
image: gameservermanagers/gameserver:bb
16+
# image: ghcr.io/gameservermanagers/gameserver:bb
17+
container_name: bbserver
18+
restart: unless-stopped
19+
volumes:
20+
- linuxgsm-bb:/data
21+
network_mode: host
22+
23+
volumes:
24+
linuxgsm-bb:
Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
services: # bind mount example linuxgsm-bb2-bind: image:
2-
gameservermanagers/gameserver:bb2 # image:
3-
ghcr.io/gameservermanagers/gameserver:bb2 container_name:
4-
bb2server restart: unless-stopped volumes: -
5-
/path/to/linuxgsm/bb2server:/data network_mode: host # volume
6-
example linuxgsm-bb2-volume: image:
7-
gameservermanagers/gameserver:bb2 # image:
8-
ghcr.io/gameservermanagers/gameserver:bb2 container_name:
9-
bb2server restart: unless-stopped volumes: -
10-
linuxgsm-bb2:/data network_mode: host volumes:
11-
linuxgsm-bb2:
1+
---
2+
services:
3+
# bind mount example
4+
linuxgsm-bb2-bind:
5+
image: gameservermanagers/gameserver:bb2
6+
# image: ghcr.io/gameservermanagers/gameserver:bb2
7+
container_name: bb2server
8+
restart: unless-stopped
9+
volumes:
10+
- /path/to/linuxgsm/bb2server:/data
11+
network_mode: host
12+
13+
# volume example
14+
linuxgsm-bb2-volume:
15+
image: gameservermanagers/gameserver:bb2
16+
# image: ghcr.io/gameservermanagers/gameserver:bb2
17+
container_name: bb2server
18+
restart: unless-stopped
19+
volumes:
20+
- linuxgsm-bb2:/data
21+
network_mode: host
22+
23+
volumes:
24+
linuxgsm-bb2:

0 commit comments

Comments
 (0)