AllinOne
This commit is contained in:
parent
9b100825e7
commit
d7e2e1a512
14 changed files with 190 additions and 1 deletions
|
|
@ -1,22 +0,0 @@
|
|||
services:
|
||||
influxdb:
|
||||
image: influxdb:latest
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: [ "CMD", "curl", "-f", "http://localhost:8086/health" ]
|
||||
interval: 5s
|
||||
timeout: 3s
|
||||
retries: 20
|
||||
|
||||
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
|
||||
external: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue