Go to file
2019-04-12 23:39:04 +02:00
asound.conf Continue work on another host 2019-04-12 23:39:04 +02:00
config Working & Starting 2019-04-09 18:54:50 +02:00
docker-compose.yml Continue work on another host 2019-04-12 23:39:04 +02:00
Dockerfile Dockerfile 2019-04-09 18:52:22 +02:00
init.sh Added some other mods 2019-04-09 19:31:55 +02:00
playbook.yml Continue work on another host 2019-04-12 23:39:04 +02:00
README.md Continue work on another host 2019-04-12 23:39:04 +02:00

Stardew Valley Multiplayer Docker Compose

This project aims to autostart a Stardew Valley Multiplayer Server as easy as possible.

Setup

git clone https://github.com/printfuck/stardew-multiplayer-docker

docker-compose up

Intially you have to create or load a game once after first startup. After that the Autoload Mod jump starts into the previously loaded savegame everytime you rerun the container. You can also edit the config file of the Autoload Mod to archieve similar behaviour.

How it works

The game, the modloader (SMAPI), and the "Always On" Mod is pulled from my servers to minimize version conflicts. Afterwards everything will be unpacked into the right places. In the end of the init script the game will be started inside Xvfb.

Why Docker

This should be simple and easily deployable, so there are only a few options.