mirror of
https://github.com/apricote/home-cloud.git
synced 2026-02-06 17:57:02 +00:00
feat: add terraria server
This commit is contained in:
parent
68222fc63c
commit
60b159d2c8
3 changed files with 54 additions and 1 deletions
11
gameservers/docker-compose.terraria.yml
Normal file
11
gameservers/docker-compose.terraria.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
version: "3.8"
|
||||
|
||||
services:
|
||||
tshock:
|
||||
image: ${image}:${image_tag}
|
||||
ports:
|
||||
- 7777:7777
|
||||
volumes:
|
||||
- /mnt/HC_VOLUME_${volume_id}/Terraria/Worlds/:/root/.local/share/Terraria/Worlds/
|
||||
environment:
|
||||
WORLD_FILENAME: ${world_name}.wld
|
||||
Loading…
Add table
Add a link
Reference in a new issue