This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-04-23 15:16:51 +02:00
|
|
|
version: '2.4'
|
2020-12-30 15:13:22 +01:00
|
|
|
services:
|
2021-04-23 15:16:51 +02:00
|
|
|
app:
|
2020-12-30 15:13:22 +01:00
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
args:
|
|
|
|
- 'RELEASE_TAG=${RELEASE_TAG}'
|
2021-04-23 15:16:51 +02:00
|
|
|
image: 'chewingbever/terraria-tshock:${RELEASE_TAG}'
|
|
|
|
restart: 'always'
|
2020-12-30 15:13:22 +01:00
|
|
|
stdin_open: true
|
|
|
|
tty: true
|
|
|
|
|
|
|
|
environment:
|
2021-04-23 15:16:51 +02:00
|
|
|
- 'AUTOCREATE'
|
2020-12-30 15:13:22 +01:00
|
|
|
ports:
|
2020-12-30 15:57:45 +01:00
|
|
|
- '$PORT:7777'
|
2020-12-30 15:13:22 +01:00
|
|
|
volumes:
|
2020-12-30 15:57:45 +01:00
|
|
|
- '$CONFIG_DIR:/terraria/config'
|
|
|
|
- '$LOGS_DIR:/terraria/logs'
|
|
|
|
- '$WORLDS_DIR:/terraria/worlds'
|
2021-04-23 15:16:51 +02:00
|
|
|
|
|
|
|
volumes:
|
|
|
|
config:
|
|
|
|
logs:
|
|
|
|
worlds:
|