Commit fc30e575 by marwan

Update docker-compose.yaml

parent 3db45206
...@@ -31,7 +31,7 @@ services: ...@@ -31,7 +31,7 @@ services:
# - 38086:8086 # - 38086:8086
# - 38088:8088 # - 38088:8088
environment: environment:
- INFLUXDB_ADMIN_USER_PASSWORD=nexiiotpassword - INFLUXDB_ADMIN_USER_PASSWORD=nexiiot
- INFLUXDB_ADMIN_USER_TOKEN=nexiiottoken - INFLUXDB_ADMIN_USER_TOKEN=nexiiottoken
volumes: volumes:
- /usr/local/flowengine/flowengine-${SH_PROJECTPODID}/influxdb:/bitnami/influxdb - /usr/local/flowengine/flowengine-${SH_PROJECTPODID}/influxdb:/bitnami/influxdb
...@@ -43,14 +43,18 @@ services: ...@@ -43,14 +43,18 @@ services:
reservations: reservations:
cpus: '0.1' cpus: '0.1'
memory: '128M' memory: '128M'
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
grafana: grafana:
image: grafana/grafana:7.5.7 image: docker.io/bitnami/grafana:10
# ports: # ports:
# - 33000:3000 # - '3000:3000'
environment:
- 'GF_SECURITY_ADMIN_PASSWORD=nexiiot'
volumes: volumes:
# - ./grafana/provisioning/datasources:/etc/grafana/provisioning/datasources - grafana_data:/opt/bitnami/grafana/data
- /usr/local/flowengine/flowengine-${SH_PROJECTPODID}/grafana-data:/var/lib/grafana
# - ./custom.ini:/etc/grafana/grafana.ini
deploy: deploy:
resources: resources:
limits: limits:
......
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