mirror of
https://github.com/ENSL/ensl_hlds.git
synced 2024-11-13 00:24:13 +00:00
5d59382be8
Add latest ENSL plugin. Add docker-compose file. Update dockerfile to support 3.2.1b. ADd entry script that works on all docker images. Add seperate log rotation scripts
25 lines
528 B
YAML
25 lines
528 B
YAML
version: "3"
|
|
|
|
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
|