minecruft: expose bluemap via traefik
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user