mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
bitwarden
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user