Move home-assistant stuff to ZFS
This commit is contained in:
parent
a303bed27f
commit
d93920c2b6
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ services:
|
||||||
image: homeassistant/home-assistant:stable
|
image: homeassistant/home-assistant:stable
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/config
|
- "{{ app_data_dir }}/home-assistant:/config"
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -23,7 +23,7 @@ services:
|
||||||
image: influxdb:1.8-alpine
|
image: influxdb:1.8-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./influxdb:/var/lib/influxdb
|
- /mnt/tank/dbs/influx/home-assistant:/var/lib/influxdb
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:48086:8086
|
- 127.0.0.1:48086:8086
|
||||||
networks:
|
networks:
|
||||||
|
@ -40,7 +40,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- ./esphome:/config
|
- "{{ app_data_dir }}/esphome:/config"
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:12-alpine
|
image: postgres:12-alpine
|
||||||
|
|
Loading…
Reference in a new issue