Add environment variables for server settings
Some checks failed
/ publish-docker (push) Failing after 3m53s

This commit is contained in:
Laborratte 5 2026-04-06 03:13:09 +02:00
parent 6cf55c1ecb
commit 62627646b0
Signed by: Laborratte5
GPG key ID: 3A30072E35202C02
2 changed files with 26 additions and 11 deletions

15
compose.yaml Normal file
View 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"