minecruft: expose bluemap via traefik

This commit is contained in:
2025-10-28 02:02:55 -07:00
parent 402927352b
commit c318e25189

View File

@@ -1,12 +1,15 @@
{% import 'contrib/compose_helpers.j2' as helpers with context %}
services:
minecruft:
image: itzg/minecraft-server:java17-alpine
container_name: minecruft
labels:
- {{ helpers.traefik_labels('minecruft', port='8100') | indent(6) }}
ports:
- 25565:25565
- 25565:25565/udp
- 24454:24454/udp
- 8100:8100
restart: unless-stopped
env_file: .env.minecruft
volumes: