mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-25 17:00:40 +02:00
path prefix rule
This commit is contained in:
@@ -16,10 +16,10 @@ services:
|
|||||||
expose:
|
expose:
|
||||||
- 61208
|
- 61208
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- traefik.enable=true
|
||||||
- traefik.http.routers.glances.rule=Host('${SITE}')
|
- traefik.http.routers.glances.rule=PathPrefix('/glances')
|
||||||
- traefik.http.routers.glances.entrypoints=web
|
- traefik.http.routers.glances.entrypoints=web
|
||||||
- traefik.http.services.glances.loadbalancer.server.port=61208
|
- traefik.http.services.glances.loadbalancer.server.port=61208
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
glances_data:
|
glances_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user