Add terraria server

pull/1/head
Davide Polonio 2020-07-15 18:32:27 +00:00
parent 14ac7ebdc3
commit a5d257e00c
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
version: '3.7'
services:
terraria:
image: ryshe/terraria:4.4.0-pre12
stdin_open: true
tty: true
environment:
- WORLD_FILENAME=Artifact_Waiting_Room_Crimson.wld
ports:
- "7777:7777"
volumes:
- terraria_config:/root/.local/share/Terraria/Worlds
logging:
driver: "json-file"
options:
max-size: "200k"
max-file: "10"
volumes:
terraria_config:
driver: local
driver_opts:
type: none
o: bind
device: "/srv/docker/terraria/config"