Commit 7aedd39e by marwan

Update docker-compose.yaml

parent 3e211513
services: services:
app: app:
image: dock.nexpie.com/stack/flowengine:1.3.5-2-f633d8d2 image: dock.nexpie.com/stack/flowengine:1.3.5-2-f633d8d2
...@@ -58,10 +57,10 @@ services: ...@@ -58,10 +57,10 @@ services:
ports: ports:
- '33011:3000' - '33011:3000'
environment: environment:
- 'GF_SECURITY_ADMIN_PASSWORD=nexiiot' - GF_SECURITY_ADMIN_PASSWORD=nexiiot
- GF_SECURITY_LOGIN_REMEMBER_DAYS=0" - GF_SECURITY_LOGIN_REMEMBER_DAYS=0
- GF_SESSION_SESSION_LIFE_TIME=5" - GF_SESSION_SESSION_LIFE_TIME=5
- GF_SESSION_COOKIE_NAME=grafana_sess" - GF_SESSION_COOKIE_NAME=grafana_sess
volumes: volumes:
- grafana_data:/opt/bitnami/grafana/data - grafana_data:/opt/bitnami/grafana/data
- ./grafana/datasources:/opt/bitnami/grafana/conf/provisioning/datasources/ - ./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