Changed some images and small improvements
This commit is contained in:
parent
641e8f7999
commit
5e7be8598e
4 changed files with 8 additions and 5 deletions
|
@ -35,6 +35,7 @@ services:
|
|||
- ${VOLUMES_PATH}/firefly_db:/var/lib/mysql
|
||||
labels:
|
||||
- "docker.group=finance"
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.3"
|
|||
services:
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana
|
||||
image: grafana/grafana:7.4.3
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- "3000"
|
||||
|
@ -54,7 +54,8 @@ services:
|
|||
|
||||
# influxdb to store time based data. Adress is drax.fzirker.lan:8086
|
||||
influxdb:
|
||||
image: arm32v7/influxdb
|
||||
# image: arm32v7/influxdb
|
||||
image: influxdb:1.8
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8086:8086
|
||||
|
@ -74,7 +75,7 @@ services:
|
|||
# here starts data collection
|
||||
|
||||
telegraf:
|
||||
image: telegraf
|
||||
image: telegraf:1.18
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- HOST_MOUNT_PREFIX=/hostfs
|
||||
|
|
|
@ -3,10 +3,11 @@ version: "3.3"
|
|||
services:
|
||||
|
||||
traefik:
|
||||
image: traefik:v2.3
|
||||
image: traefik:v2.4
|
||||
restart: always
|
||||
command:
|
||||
- "--api.insecure=true"
|
||||
#- "--accesslog=true"
|
||||
- "--providers.docker=true"
|
||||
- "--providers.docker.exposedbydefault=false"
|
||||
- "--entrypoints.web.address=:80"
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.3"
|
|||
services:
|
||||
|
||||
homeassistant:
|
||||
image: homeassistant/odroid-xu-homeassistant
|
||||
image: homeassistant/odroid-xu-homeassistant:stable
|
||||
volumes:
|
||||
- ${VOLUMES_PATH}/homeassistent:/config
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue