From b511c7011ede871241f87946ea61adc0a7e57e49 Mon Sep 17 00:00:00 2001 From: Luigi Oliveira Date: Sun, 2 Jul 2023 01:35:14 -0300 Subject: [PATCH] feat: blackmesa coop --- containers/gameserver.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/containers/gameserver.yaml b/containers/gameserver.yaml index 0337499..5aebe9b 100644 --- a/containers/gameserver.yaml +++ b/containers/gameserver.yaml @@ -16,5 +16,13 @@ services: - csgoretake:/home/csgo/server network_mode: host + blackmesa: + image: lacledeslan/gamesvr-blackmesa + command: ./srcds_run -game bms +map gasworks +maxplayers 4 + volumes: + - blackmesa:/app + network_mode: host + volumes: - csgoretake: \ No newline at end of file + csgoretake: + blackmesa: \ No newline at end of file