mirror of
https://github.com/runyanjake/olomana.git
synced 2025-10-05 05:37:29 -07:00
Fix minemap traefik route
This commit is contained in:
parent
8fe0549a0f
commit
332d6ba062
@ -65,9 +65,11 @@ services:
|
|||||||
- MOTD="\u00A77Pinnerland, powered by \u00A75P\u00A79W\u00A75S\u00A77\!"
|
- MOTD="\u00A77Pinnerland, powered by \u00A75P\u00A79W\u00A75S\u00A77\!"
|
||||||
- ALLOW_FLIGHT=false
|
- ALLOW_FLIGHT=false
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- traefik.http.routers.minemap.rule=Host(`minemap.whitney.rip`)
|
||||||
- "traefik.http.routers.minemap.rule=Host(`minemap.whitney.rip`)"
|
- traefik.http.routers.minemap.tls=true
|
||||||
- "traefik.http.routers.minemap.entrypoints=web"
|
- traefik.http.routers.minemap.tls.certresolver=lets-encrypt
|
||||||
|
- traefik.http.services.minemap.loadbalancer.server.port=8123
|
||||||
|
- traefik.port=8123
|
||||||
|
|
||||||
minecraft_2023_metrics:
|
minecraft_2023_metrics:
|
||||||
image: joshi425/minecraft_exporter:latest
|
image: joshi425/minecraft_exporter:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user