bitwarden

This commit is contained in:
jaydee
2024-08-17 23:59:00 +02:00
parent c20f2e0e39
commit f6b0e1b7d4
3 changed files with 4 additions and 6 deletions

View File

@ -3,10 +3,9 @@ services:
homeassistant:
container_name: HomeAssistant
network_mode: host
image: "ghcr.io/home-assistant/home-assistant:2024.5.0"
image: "ghcr.io/home-assistant/home-assistant:latest"
volumes:
- /share/docker_data/ha/:/config
- /etc/localtime:/etc/localtime:ro
- /dev/ttyUSB0:/dev/ttyUSB0
# - /dev/ttyUSB1:/dev/ttyUSB1
- /var/log:/logging
@ -14,8 +13,7 @@ services:
privileged: true
environment:
- DISABLE_JEMALLOC=value
- TZ=Europe/Bratislava
labels:
com.centurylinklabs.watchtower.enable: true
com.centurylinklabs.watchtower.lifecycle.post-update: "/config/restore-data.sh"
com.centurylinklabs.watchtower.lifecycle.post-check: "/config/restore-data.sh"
restart: always