Merge branch 'dev' into feat/caching
This commit is contained in:
commit
a72fec0cd5
120 changed files with 3385 additions and 612 deletions
|
@ -60,6 +60,13 @@ services:
|
|||
|
||||
# Add web entrypoint
|
||||
- '--entrypoints.web.address=:80/tcp'
|
||||
|
||||
# Proxying the web UI on a sub-path
|
||||
- '--api.basePath=/proxy'
|
||||
labels:
|
||||
- 'traefik.http.routers.proxy.service=api@internal'
|
||||
- 'traefik.http.routers.proxy.rule=PathPrefix(`/proxy`)'
|
||||
- 'traefik.http.services.proxy.loadbalancer.server.port=8080'
|
||||
ports:
|
||||
- '9000:8080'
|
||||
- '80:80/tcp'
|
||||
|
@ -82,8 +89,12 @@ services:
|
|||
image: grafana/grafana:latest
|
||||
ports:
|
||||
- '9002:3000'
|
||||
labels:
|
||||
- 'traefik.http.routers.graphs.rule=PathPrefix(`/graphs`)'
|
||||
- 'traefik.http.services.graphs.loadbalancer.server.port=3000'
|
||||
volumes:
|
||||
- dwengo_grafana_data:/var/lib/grafana
|
||||
- ./config/grafana/grafana.ini:/etc/grafana/grafana.ini
|
||||
restart: unless-stopped
|
||||
|
||||
caching:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue