8000 GitHub - spi3/steam-server: Dockerized steam servers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

spi3/steam-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steam-server

Dockerized Steam servers

Description

This repository contains Docker build files for creating Docker images to easily run Steam game servers.

Environment Variables

Variable Description Default Required
STEAM_APP_ID Steam application ID of the game server to run. None True
SERVER_RUN_CMD Command to run the game server None True
STEAM_LOGIN Steam account login. anonymous False
STEAM_PASS Steam account password None Required if STEAM_LOGIN is set
SERVER_INSTALL_DIR Directory where the game server will be installed. /data/server False
EXTRA_STEAM_ARGS Additional arguments to pass to steamcmd. None False
VOLUME_DIR Directory to be used as a volume. /data False
CONFIG_DIR Directory for configuration files. /data/config False
EXTRA_SERVER_ARGS Additional arguments to pass to the server run command. None False
PRE_RUN_CMD Command to run before starting the game server. None False
UPDATE_SERVER Whether or not the steamcmd should update the server files on container start true False
0