feat: Grafana op subpath
This commit is contained in:
parent
4e8a3d559e
commit
fbab5c454f
3 changed files with 12 additions and 2 deletions
|
@ -137,8 +137,10 @@ services:
|
|||
|
||||
dashboards:
|
||||
image: grafana/grafana:latest
|
||||
ports:
|
||||
- '9002:3000'
|
||||
labels:
|
||||
- 'traefik.enable=true'
|
||||
- 'traefik.http.routers.graphs.rule=PathPrefix(`/graphs`)'
|
||||
- 'traefik.http.services.graphs.loadbalancer.server.port=3000'
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- dwengo_grafana_data:/var/lib/grafana
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue