add influxdb

This commit is contained in:
Reinaldy Rafli 2021-12-18 17:08:55 +07:00
parent 46508973d6
commit 3a42f3181f
No known key found for this signature in database
GPG Key ID: CFDB9400255D8CB6
1 changed files with 25 additions and 13 deletions

View File

@ -73,6 +73,18 @@ services:
- discovery.type=single-node
volumes:
- "./volume/elasticsearch/:/usr/share/elasticsearch/data"
influxdb:
image: influxdb:2.1.1-alpine
restart: always
ports:
- 8086:8086
environment:
DOCKER_INFLUXDB_INIT_USERNAME: root
DOCKER_INFLUXDB_INIT_PASSWORD: password
DOCKER_INFLUXDB_INIT_ORG: root
DOCKER_INFLUXDB_INIT_BUCKET: public
volumes:
- "./volume/influxdb/:/var/lib/influxdb"
mongo-express:
image: mongo-express:1.0.0-alpha.4
restart: always