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