mirror of
https://github.com/fruworg/cstrike.git
synced 2025-08-14 12:51:11 +03:00
23 lines
976 B
YAML
23 lines
976 B
YAML
services:
|
|
cstrike:
|
|
image: fruworg/cstrike
|
|
container_name: cstrike
|
|
hostname: cstrike
|
|
restart: unless-stopped
|
|
command: >
|
|
./hlds_run -game cstrike -strictportbind -ip 0.0.0.0 -port 27015
|
|
+sv_lan 0 -maxplayers 10 +localinfo amxx_cfg cstrike/addons/amxmodx
|
|
networks_mode: host
|
|
volumes:
|
|
- ./configs/motd.txt:/hlds/cstrike/motd.txt
|
|
- ./configs/server.cfg:/hlds/cstrike/server.cfg
|
|
- ./configs/config.cfg:/hlds/cstrike/config.cfg
|
|
- ./configs/game.cfg:/hlds/cstrike/game.cfg
|
|
- ./configs/mapcycle.txt:/hlds/cstrike/mapcycle.txt
|
|
- ./configs/game_init.cfg:/hlds/cstrike/game_init.cfg
|
|
- ./configs/listip.cfg:/hlds/cstrike/listip.cfg
|
|
- ./configs/banned.cfg:/hlds/cstrike/banned.cfg
|
|
- ./configs/plugins.ini:/hlds/cstrike/addons/metamod/plugins.ini
|
|
- ./configs/amxx.cfg:/hlds/cstrike/addons/amxmodx/configs/amxx.cfg
|
|
- ./configs/users.ini:/hlds/cstrike/addons/amxmodx/configs/users.ini
|