This repository has been archived on 2024-10-20. You can view files and clone it, but cannot push or open issues or pull requests.

39 lines
921 B
YAML
Raw Normal View History

2024-03-29 12:12:01 +01:00
services:
forge:
image: itzg/minecraft-server
2024-03-29 12:41:27 +01:00
volumes:
2024-03-29 13:13:42 +01:00
- gitea_forge_volume:/data
2024-03-29 12:12:01 +01:00
environment:
- UID=1000
- GID=1000
- MAX_MEMORY=3G
- LOG_TIMESTAMP=true
- TYPE=FORGE
- VERSION=1.19.2
- DIFFICULTY=hard
- EULA=TRUE
- MOTD=Help us in the monopolization of the gaymen industry!
- SNOOPER_ENABLED=false
- VIEW_DISTANCE=8
- MODE=survival
- MAX_BUILD_HEIGHT=319
- SPAWN_PROTECTION=0
- ALLOW_FLIGHT=true
- SERVER_NAME=KomuSolutions GmbH & Ko KG
- ENABLE_STATUS=true
- USE_NATIVE_TRANSPORT=true
- GUI=false
- ENABLE_RCON=true
- BROADCAST_RCON_TO_OPS=true
- ENABLE_AUTOSTOP=true
- AUTOSTOP_TIMEOUT_INIT=10
volumes:
2024-03-29 13:13:42 +01:00
gitea_forge_volume:
forge_volume:
driver: local
driver_opts:
type: none
device: /workspace/KomuSolutions/forge_server
2024-03-29 13:13:42 +01:00
o: bind