Skip to content

Provides a dedicated linux server for Starbound running inside a Docker container.

Notifications You must be signed in to change notification settings

ScottKane/starbound-server

 
 

Repository files navigation

Starbound server that runs inside a Docker container

Show your support for this project by signing up for a free Bitrise account!

NOTE: This image will install/update on startup. The path /steamcmd/starbound can be mounted on the host for data persistence.

How to run the server

  1. Set the environment variables you wish to modify from below (note the Steam credentials)
  2. Optionally mount /steamcmd/starbound somewhere on the host or inside another container to keep your data safe
  3. Enjoy!

Be sure to edit starbound_server.config to further customize your installation.

The following environment variables are available:

STEAM_USERNAME (DEFAULT: "" - Required for installing/updating Starbound)
STEAM_PASSWORD (DEFAULT: "" - Required for installing/updating Starbound)
SKIP_STEAMCMD  (DEFAULT: "" - Optional for skipping updating Starbound)

Updating the server

As long as you have both your STEAM_USERNAME and STEAM_PASSWORD set, simply restarting the container should trigger the update procedure.

Anything else

If you need help, have questions or bug submissions, feel free to contact me @Dids on Twitter.

About

Provides a dedicated linux server for Starbound running inside a Docker container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 78.9%
  • Dockerfile 21.1%