remove grafana static url
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
8a91093f81
commit
cb4b32722e
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ services:
|
||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- GF_SERVER_ROOT_URL=https://${GRAFANA_HOST_NAME}.${TRAEFIK_DNS_SUFFIX}https://grafana.mapletree.email
|
- GF_SERVER_ROOT_URL=https://${GRAFANA_HOST_NAME}.${TRAEFIK_DNS_SUFFIX}
|
||||||
- GF_SECURITY_ADMIN_USER=${GRAFANA_USER_NAME}
|
- GF_SECURITY_ADMIN_USER=${GRAFANA_USER_NAME}
|
||||||
- GF_SECURITY_ADMIN_PASSWORD=${GRAFANA_USER_PASS}
|
- GF_SECURITY_ADMIN_PASSWORD=${GRAFANA_USER_PASS}
|
||||||
- GF_USERS_ALLOW_SIGN_UP=false
|
- GF_USERS_ALLOW_SIGN_UP=false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue