Skip to content

Commit

Permalink
Enshrouded configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
mbround18 committed Jan 26, 2024
1 parent 6751181 commit 587b72e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 73 deletions.
24 changes: 16 additions & 8 deletions docs/compose-with-backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,30 @@ version: "3.8"
services:
enshrouded:
image: mbround18/enshrouded-docker:latest
build:
context: .
dockerfile: Dockerfile
platforms:
- linux/amd64
environment:
PRESET: "casual" # Options: casual, normal, hard
# Optionally override specific settings:
# DAY_TIME_SPEED_RATE: '1'
# NIGHT_TIME_SPEED_RATE: '1'
# And so on...
SERVER_NAME: "My Enshrouded Server" # Optional, Name of the server
# PASSWORD: "" # Optional, Password for the server
# SAVE_DIRECTORY: ./savegame # Optional, Save directory for the game
# LOG_DIRECTORY: ./logs # Optional, Log directory for the server
# SERVER_IP: 0.0.0.0 # Optional, IP address for the server
# GAME_PORT: 15636 # Optional, Game port for the server
# QUERY_PORT: 15637 # Optional, Query port for the server
# SLOT_COUNT: 16 # Optional, Number of slots for the server
ports:
- "8211:8211" # Default game port
- "27015:27015" # steam query port
- "15636:15636"
- "15637:15637"
volumes:
- ./data:/home/steam/enshrouded
backups:
image: mbround18/backup-cron:latest
environment:
- SCHEDULE=*/5 * * * *
- INPUT_FOLDER=/home/steam/enshrouded/Pal/Saved/
- INPUT_FOLDER=/home/steam/enshrouded/savegame
- OUTPUT_FOLDER=/home/steam/backups
- OUTPUT_USER=1000
- OUTPUT_GROUP=1000
Expand Down
65 changes: 0 additions & 65 deletions docs/environment_variables.md

This file was deleted.

0 comments on commit 587b72e

Please sign in to comment.