Files

27 lines
548 B
YAML

services:
windrose-manager:
container_name: windrose-manager
build:
context: .
dockerfile: dockerfile
restart: unless-stopped
environment:
STEAMCMD_PATH: /opt/steamcmd/steamcmd.sh
WINEPREFIX: /data/wineprefix
DXVK_VERSION: "2.3"
WINDROSE_APP_ID: "4129620"
PORT: "8090"
DATA_ROOT: /data/servers
STEAM_USERNAME: "${STEAM_USERNAME}"
STEAM_PASSWORD: "${STEAM_PASSWORD}"
STEAM_GSLT: "${STEAM_GSLT}"
volumes:
- ./data:/data
ports:
- "8090:8090"