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
|
- ${VOLUMES_PATH}/firefly_db:/var/lib/mysql
|
||||||
labels:
|
labels:
|
||||||
- "docker.group=finance"
|
- "docker.group=finance"
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.3"
|
||||||
services:
|
services:
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana
|
image: grafana/grafana:7.4.3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
expose:
|
expose:
|
||||||
- "3000"
|
- "3000"
|
||||||
|
@ -54,7 +54,8 @@ services:
|
||||||
|
|
||||||
# influxdb to store time based data. Adress is drax.fzirker.lan:8086
|
# influxdb to store time based data. Adress is drax.fzirker.lan:8086
|
||||||
influxdb:
|
influxdb:
|
||||||
image: arm32v7/influxdb
|
# image: arm32v7/influxdb
|
||||||
|
image: influxdb:1.8
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 8086:8086
|
- 8086:8086
|
||||||
|
@ -74,7 +75,7 @@ services:
|
||||||
# here starts data collection
|
# here starts data collection
|
||||||
|
|
||||||
telegraf:
|
telegraf:
|
||||||
image: telegraf
|
image: telegraf:1.18
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- HOST_MOUNT_PREFIX=/hostfs
|
- HOST_MOUNT_PREFIX=/hostfs
|
||||||
|
|
|
@ -3,10 +3,11 @@ version: "3.3"
|
||||||
services:
|
services:
|
||||||
|
|
||||||
traefik:
|
traefik:
|
||||||
image: traefik:v2.3
|
image: traefik:v2.4
|
||||||
restart: always
|
restart: always
|
||||||
command:
|
command:
|
||||||
- "--api.insecure=true"
|
- "--api.insecure=true"
|
||||||
|
#- "--accesslog=true"
|
||||||
- "--providers.docker=true"
|
- "--providers.docker=true"
|
||||||
- "--providers.docker.exposedbydefault=false"
|
- "--providers.docker.exposedbydefault=false"
|
||||||
- "--entrypoints.web.address=:80"
|
- "--entrypoints.web.address=:80"
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3.3"
|
||||||
services:
|
services:
|
||||||
|
|
||||||
homeassistant:
|
homeassistant:
|
||||||
image: homeassistant/odroid-xu-homeassistant
|
image: homeassistant/odroid-xu-homeassistant:stable
|
||||||
volumes:
|
volumes:
|
||||||
- ${VOLUMES_PATH}/homeassistent:/config
|
- ${VOLUMES_PATH}/homeassistent:/config
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue