Skip to content

Commit

Permalink
fix monitoring links GrafanaMon
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Jun 19, 2018
1 parent 232f4e2 commit 50a6eda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

admin:

image: smartemission/se-admin:1.0.1
image: smartemission/se-admin:1.0.2

container_name: admin

Expand Down
3 changes: 3 additions & 0 deletions services/monitoring/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ services:
container_name: grafanamon
depends_on:
- prometheus
environment:
- GF_SERVER_ROOT_URL=%(protocol)s://%(domain)s:%(http_port)s/adm/grafanamon
- GF_AUTH_ANONYMOUS_ENABLED=true
labels:
- "traefik.backend=grafanamon"
- "traefik.enable=true"
Expand Down

0 comments on commit 50a6eda

Please sign in to comment.