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

@ -61,7 +61,7 @@ services:
PUID: 0
PGID: 0
MYSQL_ROOT_PASSWORD: l4c1j4yd33Du5lo
TZ: Europe/London
TZ: Europe/Bratislava
MYSQL_DATABASE: bookstackapp
MYSQL_USER: bookstack
MYSQL_PASSWORD: l4c1j4yd33Du5lo

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

View File

@ -7,4 +7,4 @@ services:
volumes:
- /share/docker_data/portainer/portainer-data/:/data
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped
restart: always