AppsGamesSatisfactory Server

Satisfactory Server

A Dockerized version of the Satisfactory dedicated server.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3'
services:
    satisfactory-server:
        container_name: 'satisfactory-server'
        hostname: 'satisfactory-server'
        image: 'wolveix/satisfactory-server:latest'
        ports:
            - '7777:7777/udp'
            - '15000:15000/udp'
            - '15777:15777/udp'
        volumes:
            - '/path/to/config:/config'
        environment:
            - MAXPLAYERS=4
            - PGID=1000
            - PUID=1000
            - ROOTLESS=false
            - STEAMBETA=false
        restart: unless-stopped
        deploy:
          resources:
            limits:
              memory: 6G
            reservations:
              memory: 4G

Resources

GitHub: https://github.com/wolveix/satisfactory-server

Docker Hub: https://hub.docker.com/r/wolveix/satisfactory-server

Configuration: https://github.com/wolveix/satisfactory-server#setup