mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-06 15:46:35 -03:00
feat: csgo docker deployment
This commit is contained in:
parent
483cab9fb7
commit
3a12e492a1
1 changed files with 9 additions and 1 deletions
|
@ -2,8 +2,16 @@ version: "3.8"
|
|||
services:
|
||||
csgoretake:
|
||||
image: timche/csgo
|
||||
environment:
|
||||
- CSGO_WS_API_KEY #Portainer
|
||||
- CSGO_MAP="de_mirage"
|
||||
- CSGO_MAX_PLAYERS=12
|
||||
- CSGO_HOSTNAME="16:9"
|
||||
- CSGO_RCON_PW
|
||||
- CSGO_PW
|
||||
- CSGO_FORCE_NETSETTINGS=true
|
||||
volumes:
|
||||
- csgo:/home/csgo/server
|
||||
- csgoretake:/home/csgo/server
|
||||
network_mode: host
|
||||
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Reference in a new issue