https://github.com/LumenCeleste/pdesire-mc-server-docker
Configuration files for running the Minecraft Server for the spielwiese.chat Discord Server
https://github.com/LumenCeleste/pdesire-mc-server-docker
Last synced: 5 months ago
JSON representation
Configuration files for running the Minecraft Server for the spielwiese.chat Discord Server
- Host: GitHub
- URL: https://github.com/LumenCeleste/pdesire-mc-server-docker
- Owner: LuminariousDev
- License: bsd-3-clause
- Created: 2022-05-14T19:56:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T15:19:24.000Z (over 1 year ago)
- Last Synced: 2025-03-27T19:55:21.375Z (about 1 year ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spielwiese Minecraft Server
The Spielwiese Minecraft server runs on a 3 container based infrastructure:
```mermaid
graph TD;
Backup-Daemon-- backups server files every 24h -->Minecraft-Server;
NGINX-Proxy-- proxying dynmap webserver to public -->Minecraft-Server;
```
Simple, isn't it? At least it should be.
**WIP**