Skip to content

Commit

Permalink
fix: required password in too short
Browse files Browse the repository at this point in the history
  • Loading branch information
k0rventen committed Mar 10, 2024
1 parent f92a4c7 commit cfff060
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,24 @@ services:

influx:
image: influxdb:2.6
ports:
- 8086:8086
environment:
- DOCKER_INFLUXDB_INIT_MODE=setup
- DOCKER_INFLUXDB_INIT_USERNAME=admin
- DOCKER_INFLUXDB_INIT_PASSWORD=health
- DOCKER_INFLUXDB_INIT_PASSWORD=healthhealth
- DOCKER_INFLUXDB_INIT_ORG=my-org
- DOCKER_INFLUXDB_INIT_BUCKET=my-bucket
- DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=my-token
volumes:
- ./influx-data:/var/lib/influxdb2
- influx-data:/var/lib/influxdb2

ingester:
image: k0rventen/apple-health-grafana-ingester
build: ./ingester
volumes:
- ./apple_export/export.zip>:/export.zip
- ./export.zip:/export.zip
environment:
- INFLUX_TOKEN=my-token
- INFLUX_ORG=my-org
- INFLUX_BUCKET=my-bucket

volumes:
influx-data:

0 comments on commit cfff060

Please sign in to comment.