Sign inSign up

zobees/stationeers

By zobees

•Updated over 6 years ago

A generic docker image for the Stationeers dedicated server.

Image
0

1.1K

zobees/stationeers repository overview

⁠zobees/stationeers

A generic docker image for the Stationeers dedicated server.

⁠Features

  • Installs or updates the server on startup.
  • Drops privileges to a configurable UID and GID.

⁠To do

  • Handle graceful shutdown via the server telnet console.
  • Include a Docker healthcheck.

⁠Usage

docker run -d -v $PWD/data:/data \
  -p 27500:27500 \
  -p 27500:27500/udp \
  -p 27015:27015 \
  -p 27015:27015/udp \
  zobees/stationeers

⁠Configuration

The following environment variables are used to congigure the server:

VariableDefaultDescription
WORLD_NAMEstationeersSpecifies the name of the save directory
WORLD_TYPETerrainThe type of world (Space, Mars or Terrain)
AUTOSAVE_INTERVAL300The duration between autosaves in seconds

Note that this is a preliminary implementation and these are likely to change (and improve).

⁠Known issues

  • You MUST shutdown the server via the console since graceful shutdown has not yet been implemented.
  • Healthcheck has not yet been implemented.
  • Configuration environment variables override default.ini.
  • The server port is not currently configurable.

⁠Other options

See the source code for this and its base image for more information:

⁠Disclaimer

These containers are designed to be used by Zobees to host game servers for friends and family, and therefore may not suit all use cases. That said, we are all for flexibility and would welcome pull requests and issues.

Tag summary

Content type

Image

Digest

Size

55 MB

Last updated

over 6 years ago

docker pull zobees/stationeers