mirror of
https://github.com/samjage/lab.git
synced 2026-06-06 04:20:43 +00:00
added stacks for backup
This commit is contained in:
Executable
+16
@@ -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
|
||||
Reference in New Issue
Block a user