Commit 7aedd39e by marwan

Update docker-compose.yaml

parent 3e211513
services:
app:
image: dock.nexpie.com/stack/flowengine:1.3.5-2-f633d8d2
......@@ -58,10 +57,10 @@ services:
ports:
- '33011:3000'
environment:
- 'GF_SECURITY_ADMIN_PASSWORD=nexiiot'
- GF_SECURITY_LOGIN_REMEMBER_DAYS=0"
- GF_SESSION_SESSION_LIFE_TIME=5"
- GF_SESSION_COOKIE_NAME=grafana_sess"
- GF_SECURITY_ADMIN_PASSWORD=nexiiot
- GF_SECURITY_LOGIN_REMEMBER_DAYS=0
- GF_SESSION_SESSION_LIFE_TIME=5
- GF_SESSION_COOKIE_NAME=grafana_sess
volumes:
- grafana_data:/opt/bitnami/grafana/data
- ./grafana/datasources:/opt/bitnami/grafana/conf/provisioning/datasources/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment