Add Satisfactory server compose.yaml
This commit is contained in:
parent
29b0807b4c
commit
1814e093cf
1 changed files with 28 additions and 0 deletions
28
compose.yaml
Normal file
28
compose.yaml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
services:
|
||||
satisfactory:
|
||||
image: wolveix/satisfactory-server:latest
|
||||
container_name: satisfactory
|
||||
hostname: satisfactory
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "7777:7777/udp" # Game Port
|
||||
- "15000:15000/udp" # Beacon Port
|
||||
- "15777:15777/udp" # Query Port
|
||||
volumes:
|
||||
- "/app-config/satisfactory:/config"
|
||||
- "/app-config/satisfactory/backups:/config/backups"
|
||||
environment:
|
||||
- MAXPLAYERS=8
|
||||
- TIMEOUT=600
|
||||
- SERVERSTREAMING=0
|
||||
- AUTOLOADONSTART=1
|
||||
- AUTOPAUSED=0
|
||||
- AUTOSAVEONEXIT=1
|
||||
- DISABLESEASONALEVENTS=0
|
||||
- PGID=1000
|
||||
- PUID=1000
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
Loading…
Add table
Add a link
Reference in a new issue