mirror of
https://github.com/ENSL/ensl_hlds.git
synced 2025-01-22 08:22:29 +00:00
e5b40c0c23
Fix steam loading issue and docker-compose file issue
25 lines
528 B
YAML
25 lines
528 B
YAML
version: "2"
|
|
|
|
services:
|
|
hlds:
|
|
image: ensl/ensl_hlds:latest
|
|
volumes:
|
|
- "./logs:/home/steam/hlds/ns/logs"
|
|
network_mode: "host"
|
|
environment:
|
|
- HLDS=1
|
|
hltv:
|
|
image: ensl/ensl_hlds:latest
|
|
volumes:
|
|
- "./demos:/home/steam/hlds/ns/demos"
|
|
network_mode: "host"
|
|
environment:
|
|
- HLTV=1
|
|
cleaner:
|
|
image: ensl/ensl_hlds:latest
|
|
volumes:
|
|
- "./demos:/home/steam/hlds/ns/demos"
|
|
- "./logs:/home/steam/hlds/ns/logs"
|
|
environment:
|
|
- HLDS_ROTATE=1
|
|
- HLTV_ROTATE=1
|