surf_megastructure/docker-compose.yaml
Nathan Rashleigh f08be1d72c vibe
2026-02-08 22:44:17 +11:00

41 lines
654 B
YAML

services:
cssds:
image: registry.ntwl.xyz/megastructure-surf
build:
dockerfile: cssds.dockerfile
context: ./etc
user: "1000:1000"
env_file:
- .env
# command: sleep 5000000
network_mode: host
ports:
- "27015:27015"
- "27015:27015/udp"
- "27020:27020"
volumes:
- ./etc:/home/steam/etc
- ./data/cssds:/home/steam/cssds
- tf2ds:/home/steam/tf2ds
db:
image: mariadb:12
restart: always
ports:
- "3306:3306"
env_file:
- .env
volumes:
- ./etc/mariadb/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
volumes:
tf2ds: