sha256:4e053e06c70433c24a0b786a825098f6993d5d1a8edef7630e89b6213eb271b3
Last pushed
10 months by codeurjcdockerhub
Type
Compose
Manifest digest
sha256:4e053e06c70433c24a0b786a825098f6993d5d1a8edef7630e89b6213eb271b3
services:
jupyter:
image: codeurjc/analisis-partidos-futbol-influxdb
ports:
- 8888:8888
environment:
- JUPYTER_TOKEN=MY_SECRET
- INFLUXDB_HOST=http://influxdb3:8181
- INFLUXDB_DB=telemetry
depends_on:
- influxdb3
restart: on-failure
influxdb3:
image: influxdb:3-core
command:
- influxdb3
- serve
- --node-id=node0
- --object-store=file
- --data-dir=/var/lib/influxdb3
- --without-auth
volumes:
- db_data:/var/lib/influxdb3
volumes:
db_data:
docker compose -f oci://codeurjc/analisis-partidos-futbol-compose:0.1.0 upUse the above command to pull and run the Compose file. Learn more.
InfluxDB is the open source time series database built for real-time analytic workloads.
Pulls
1B+
Stars
2016
Last Updated
2 days