Commit 6eb230f1 by marwan

Update docker-compose.yaml

parent d8375e4d
...@@ -25,6 +25,18 @@ services: ...@@ -25,6 +25,18 @@ services:
reservations: reservations:
cpus: '0.1' cpus: '0.1'
memory: '128M' memory: '128M'
influxdb:
image: docker.io/bitnami/influxdb:2.7.1
# ports:
# - 38086:8086
# - 38088:8088
environment:
- INFLUXDB_ADMIN_USER_PASSWORD=nexiiotpassword
- INFLUXDB_ADMIN_USER_TOKEN=nexiiottoken
volumes:
- /usr/local/flowengine/flowengine-${SH_PROJECTPODID}/influxdb:/bitnami/influxdb
networks: networks:
default: default:
name: swarm-flowengine-net name: swarm-flowengine-net
......
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