Sign inSign up

antimodes201/craftopia-server

By antimodes201

Updated almost 4 years ago

Craftopia Dedicated Server

Image
0

322

antimodes201/craftopia-server repository overview

craftopia-server

Docker container for a Craftopia Dedicated Server

Build to create a containerized version of the dedicated server for Craftopia https://store.steampowered.com/app/1307550/Craftopia/

Build by hand

git clone https://github.com/antimodes201/craftopia-server.git
docker build -t antimodes201/craftopia-server:latest .

Docker Pull

docker pull antimodes201/craftopia-server

Docker Run with defaults change the volume options to a directory on your node

docker run -it -p 6587:6587/udp -p 6587:6587 \
-v /app/docker/temp-vol:/app \
--name craftopia \
antimodes201/craftopia-server:latest

You will need to run the server once and then stop it in order to create the default server ServerSettings.ini. Edit this to your requirements and restart the container.

If you would like to run an expirmental beta version use the build environmentl setting

docker run -it -p 6587:6587/udp -p 6587:6587 \
-v /app/docker/temp-vol:/app \
-e BUILD="expirmental" \
--name craftopia \
antimodes201/craftopia-server:latest

Currently exposed environmental variables and their default values

  • BUILD default
  • GAME_PORT 6587
  • TZ America/New_York

#HappyGaming

Tag summary

Content type

Image

Digest

sha256:56eb16256

Size

36.2 MB

Last updated

almost 4 years ago

docker pull antimodes201/craftopia-server