.
This commit is contained in:
parent
c8ca14ad64
commit
674eb77f56
6 changed files with 47 additions and 0 deletions
14
influx/docker-compose.yml
Normal file
14
influx/docker-compose.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
services:
|
||||
influxdb:
|
||||
image: influxdb:latest
|
||||
ports:
|
||||
- '8086:8086'
|
||||
volumes:
|
||||
- /home/christof/influx/storage/:/var/lib/influxdb
|
||||
environment:
|
||||
- INFLUXDB_DB=db0
|
||||
- INFLUXDB_ADMIN_USER=influx_user
|
||||
- INFLUXDB_ADMIN_PASSWORD=influx_pw
|
||||
networks:
|
||||
default:
|
||||
name: mqtt5-network
|
||||
Loading…
Add table
Add a link
Reference in a new issue