Move hard-coded env values into default-environment.env
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
container_name: grafana
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- GF_SERVER_ROOT_URL=https://grafana.lan.ddnsgeek.com/
|
||||
- GF_SERVER_ROOT_URL=${GRAFANA_ROOT_URL}
|
||||
volumes:
|
||||
- ${PROJECT_ROOT}/monitoring/grafana/data:/var/lib/grafana
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user