feat: add terraria service (#7323)

This commit is contained in:
Andras Bacsai 2025-12-15 15:50:31 +01:00 committed by GitHub
commit fb516836cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5921 additions and 556 deletions

File diff suppressed because it is too large Load diff

8
public/svgs/terraria.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 102 KiB

View file

@ -0,0 +1,26 @@
# documentation: https://github.com/hexlo/terraria-server-docker
# slogan: Docker multi-arch Image for Terraria Server.
# category: games
# tags: terraria
# logo: svgs/terraria.svg
# port: 7777
services:
terraria-server:
image: 'hexlo/terraria-server-docker:1.4.4.9'
stdin_open: true
tty: true
ports:
- '7777:7777'
volumes:
- 'terraria-server:/root/.local/share/Terraria/Worlds'
environment:
- 'WORLD=${WORLD:-/root/.local/share/Terraria/Worlds/world1.wld}'
- 'AUTOCREATE=${AUTOCREATE:-2}'
- 'WORLDNAME=${WORLDNAME:-world1}'
- 'DIFFICULTY=${DIFFICULTY:-1}'
- 'MAXPLAYERS=${MAXPLAYERS:-8}'
- 'PASSWORD=${PASSWORD:-mypassword}'
- 'MOTD=${MOTD:-Welcome to the server!}'
- 'LANGUAGE=${LANGUAGE:-en/US}'
- 'SECURE=${SECURE:-1}'