feat(crafty): add crafty controller stack

This commit is contained in:
2026-01-26 01:28:00 +01:00
parent e18ca14e44
commit 556dc4932c
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
services:
crafty:
container_name: crafty_container
image: registry.gitlab.com/crafty-controller/crafty-4:latest
restart: always
environment:
TZ: "${TZ:-Etc/UTC}"
ports:
- "${HTTPS_PORT:-8443}:8443" # HTTPS
- "${PLEXMAP_PORT:-8444}:8080"
- "19132:19132/udp" # BEDROCK
- "25500-25600:25500-25600" # MC SERV PORT RANGE
volumes:
- "${BACKUPS_PATH:?}:/crafty/backups"
- "${LOGS_PATH:?}:/crafty/logs"
- "${SERVERS_PATH:?}:/crafty/servers"
- "${CONFIG_PATH:?}:/crafty/app/config"
- "${IMPORT_PATH:?}:/crafty/import"