|
|
@@ -19,24 +19,24 @@ services:
|
|
|
- "mysql"
|
|
|
- "mqtt"
|
|
|
|
|
|
- homebridge:
|
|
|
- restart: always
|
|
|
- image: oznu/homebridge
|
|
|
- volumes:
|
|
|
- - ./homebridge/config.json:/homebridge/config.json
|
|
|
- - ./homebridge/package.json:/homebridge/package.json
|
|
|
- environment:
|
|
|
- - TZ=Europe/Berlin
|
|
|
- - PGID=1000
|
|
|
- - PUID=1000
|
|
|
- network_mode: host
|
|
|
- depends_on:
|
|
|
- - "fhem"
|
|
|
+# homebridge:
|
|
|
+# restart: always
|
|
|
+# image: oznu/homebridge
|
|
|
+# volumes:
|
|
|
+# - ./homebridge/config.json:/homebridge/config.json
|
|
|
+# - ./homebridge/package.json:/homebridge/package.json
|
|
|
+# environment:
|
|
|
+# - TZ=Europe/Berlin
|
|
|
+# - PGID=1000
|
|
|
+# - PUID=1000
|
|
|
+# network_mode: host
|
|
|
+# depends_on:
|
|
|
+# - "fhem"
|
|
|
|
|
|
- habridge:
|
|
|
- restart: always
|
|
|
- build: habridge
|
|
|
- network_mode: host
|
|
|
+# habridge:
|
|
|
+# restart: always
|
|
|
+# build: habridge
|
|
|
+# network_mode: host
|
|
|
|
|
|
mysql:
|
|
|
restart: always
|