Automated backup - 20250715_000001

This commit is contained in:
Will Song
2025-07-15 00:00:01 -05:00
parent 9728a8054f
commit 97512ee109
4 changed files with 24 additions and 15 deletions

View File

@@ -6,16 +6,13 @@ services:
image: ghcr.io/home-assistant/home-assistant:stable
restart: unless-stopped
privileged: true
network_mode: host
volumes:
- ./config:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
expose:
- "8123"
environment:
- TZ=Asia/Shanghai
networks:
- caddy-network
depends_on:
- homeassistant-db
@@ -34,16 +31,16 @@ services:
networks:
- caddy-network
mdns-reflector:
container_name: mdns-reflector
image: flungo/avahi:latest
restart: unless-stopped
network_mode: host
privileged: true
volumes:
- /var/run/dbus:/var/run/dbus
environment:
- AVAHI_REFLECTOR_ENABLE=1
# mdns-reflector:
# container_name: mdns-reflector
# image: flungo/avahi:latest
# restart: unless-stopped
# network_mode: host
# privileged: true
# volumes:
# - /var/run/dbus:/var/run/dbus
# environment:
# - AVAHI_REFLECTOR_ENABLE=1
volumes:
db_data: