/Minecraft-Server

Minecraft Server using NodeJS with Automatic backups

Primary LanguageJavaScript

Minecraft Self-hostable Server with automatic backups.

Run the application:

docker-compose up --build -d

Sample Environment File

# Minecraft Config

# Minio Config
MINIO_ACCESS_KEY=Minecraft
MINIO_SECRET_KEY=Minecraft123
MINIO_PORT=9000
MINIO_ENDPOINT='minecraft-minio'

Place this environment file in the repositories root directory.