added stacks for backup

This commit is contained in:
samjage
2026-04-06 10:13:21 -04:00
parent 12892ec9db
commit c948d5cbde
22 changed files with 998 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
services:
homebridge:
container_name: homebridge
image: homebridge/homebridge:latest
restart: unless-stopped
network_mode: host
environment:
- HOMEBRIDGE_CONFIG_UI_PORT=8581
- ENABLE_AVAHI=1
volumes:
- homebridge-data:/homebridge
volumes:
homebridge-data:
external: true
name: homebridge_homebridge