|
|
@@ -2,6 +2,7 @@ services:
|
|
|
homeassistant:
|
|
|
image: ghcr.io/home-assistant/home-assistant:stable
|
|
|
privileged: true
|
|
|
+ restart: unless-stopped
|
|
|
volumes:
|
|
|
- /mnt/Data/Software/Homeassistant:/config
|
|
|
- /run/dbus:/run/dbus:ro
|
|
|
@@ -56,6 +57,8 @@ services:
|
|
|
entrypoint: ['bin/bash','/root/password.sh']
|
|
|
environment:
|
|
|
PASSWORDWEB_PORT: 0.0.0.0:3020
|
|
|
+ PASSWORDWEB_FILE: /home/password/PasswordFiles/multiword.txt
|
|
|
+ PASSWORDWEB_PIN: 8
|
|
|
|
|
|
syncthing:
|
|
|
image: local/syncthing
|
|
|
@@ -81,6 +84,7 @@ services:
|
|
|
ports:
|
|
|
- 8080:8080
|
|
|
entrypoint: ['/bin/bash','/root/nginx.sh']
|
|
|
+ restart: unless-stopped
|
|
|
|
|
|
php-fpm:
|
|
|
image: local/php-fpm
|