fixed docker-compose
This commit is contained in:
@@ -59,18 +59,18 @@ services:
|
||||
grafana:
|
||||
image: grafana/grafana:latest
|
||||
restart: unless-stopped
|
||||
env_file: ./app/.env.db
|
||||
env_file:
|
||||
- ./app/.env.db
|
||||
- ./.env.grafana
|
||||
ports:
|
||||
- "127.0.0.1:3000:3000"
|
||||
- "127.0.0.1:3333:3000"
|
||||
volumes:
|
||||
- ./data/grafana:/var/lib/grafana
|
||||
- ./grafana/provisioning:/etc/grafana/provisioning
|
||||
environment:
|
||||
- GF_SECURITY_ADMIN_PASSWORD=changeme
|
||||
- GF_SECURITY_ADMIN_USER=admin
|
||||
- GF_USERS_ALLOW_SIGN_UP=false
|
||||
# Only allow access from localhost/reverse proxy
|
||||
- GF_SERVER_ROOT_URL=http://localhost:3000
|
||||
- GF_SERVER_ROOT_URL=https://tutor.cato447.de/dashboard
|
||||
depends_on:
|
||||
- prometheus
|
||||
- db
|
||||
|
||||
Reference in New Issue
Block a user