Add environment variables for server settings
Some checks failed
/ publish-docker (push) Failing after 3m53s
Some checks failed
/ publish-docker (push) Failing after 3m53s
This commit is contained in:
parent
6cf55c1ecb
commit
62627646b0
2 changed files with 26 additions and 11 deletions
15
compose.yaml
Normal file
15
compose.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
services:
|
||||
stationeers-server:
|
||||
image: git.ratte.dev/Laborratte5/stationeers-dedicated-server:latest
|
||||
environment:
|
||||
SERVER_NAME: My Server
|
||||
SERVER_PASSWORD: SecureServerPass
|
||||
ADMIN_PASSWORD: MySecureAdminPass
|
||||
WORLD_ID: Mars2
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ./saves
|
||||
target: /saves
|
||||
ports:
|
||||
- "27015:27015/udp"
|
||||
- "27016:27016/udp"
|
||||
Loading…
Add table
Add a link
Reference in a new issue