mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-07-03 02:15:38 +02:00
Add more additional stacks
This commit is contained in:
18
docker/additional-stacks/blackmesa/blackmesa.yml
Executable file
18
docker/additional-stacks/blackmesa/blackmesa.yml
Executable file
@ -0,0 +1,18 @@
|
||||
services:
|
||||
blackmesa:
|
||||
image: mrvercetti/blackmesa-coop-server
|
||||
container_name: blackmesa
|
||||
environment:
|
||||
- GAME_PARAMS=-port 27015 +maxplayers 2 +map bm_c1a1d -debug
|
||||
- GAME_NAME=${BLACKMESA_SERVER_NAME}
|
||||
- GAME_PASSWORD=${BLACKMESA_SERVER_PASSWORD}
|
||||
networks:
|
||||
- blackmesa
|
||||
ports:
|
||||
- ${BLACKMESA_SERVER_PORT}:27015
|
||||
- ${BLACKMESA_SERVER_PORT}:27015/udp
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
blackmesa:
|
||||
name: blackmesa
|
Reference in New Issue
Block a user