mirror of
https://github.com/ChocoTaco1/docker-tribesnext-server.git
synced 2026-02-22 23:43:34 +00:00
Native linux merge
This commit is contained in:
parent
cb2a715e07
commit
9cf759d0ac
13 changed files with 132 additions and 271 deletions
|
|
@ -11,7 +11,7 @@ services:
|
|||
T2_MAX_PLAYERS: 64
|
||||
T2_DEFAULT_MISSIONTYPE: "Lakrabbit"
|
||||
T2_DEFAULT_MAP: "VaubanLak"
|
||||
T2_PUGPW_ALWAYSON: 1
|
||||
T2_PUGPW_ALWAYSON: 0
|
||||
T2_PUG_PASSWORD: "pickup"
|
||||
T2_PUGAUTOPW_TOURNY: 1
|
||||
T2_TimeLimit: 45
|
||||
|
|
@ -51,7 +51,7 @@ services:
|
|||
T2_LoadScreenLine6: "TacoServer GitHub:"
|
||||
T2_LoadScreenLine6_Msg: "https://github.com/ChocoTaco1/TacoServer"
|
||||
T2_LoadScreenMOTD1: "Have fun!"
|
||||
T2_LoadScreenMOTD2: " "
|
||||
T2_LoadScreenMOTD2: "This is a Loki Linux Server!"
|
||||
T2_LoadScreenMOTD3: " "
|
||||
T2_LoadScreenMOTD4: " "
|
||||
secrets:
|
||||
|
|
@ -69,7 +69,12 @@ services:
|
|||
protocol: tcp
|
||||
published: 666
|
||||
mode: host
|
||||
|
||||
|
||||
volumes:
|
||||
- serverStats:/home/gameserv/.loki/tribes2/Classic/serverStats
|
||||
- stats:/home/gameserv/.loki/tribes2/Classic/stats
|
||||
- logs:/home/gameserv/.loki/tribes2/Classic/logs
|
||||
|
||||
networks:
|
||||
- t2-net
|
||||
|
||||
|
|
@ -91,6 +96,11 @@ services:
|
|||
options:
|
||||
max-size: "10m"
|
||||
|
||||
volumes:
|
||||
serverStats:
|
||||
stats:
|
||||
logs:
|
||||
|
||||
networks:
|
||||
t2-net:
|
||||
driver: overlay
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue