Update docker-compose.yml
This commit is contained in:
parent
4369f2bcf6
commit
291746fcb8
1 changed files with 3 additions and 3 deletions
|
@ -96,7 +96,7 @@ services:
|
|||
volumes:
|
||||
- "./prometheus:/etc/prometheus"
|
||||
expose:
|
||||
- "9090:9090"
|
||||
- 9090
|
||||
networks:
|
||||
- metrics
|
||||
|
||||
|
@ -106,9 +106,9 @@ services:
|
|||
restart: always
|
||||
user: "1000"
|
||||
environment:
|
||||
- GF_SECURITY_ADMIN_USER=flohoss
|
||||
- GF_SECURITY_ADMIN_USER=admin
|
||||
- GF_LOG_LEVEL=error
|
||||
- GF_SERVER_ROOT_URL=https://metrics.tp.unjx.de
|
||||
- GF_SERVER_ROOT_URL=https://metrics.tp.example.de
|
||||
- GF_AUTH_ANONYMOUS_ENABLED=true
|
||||
- GF_AUTH_ANONYMOUS_ORG_ROLE=Editor
|
||||
- GF_LIVE_ALLOWED_ORIGINS=*
|
||||
|
|
Loading…
Reference in a new issue