Moved homeautomation
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
d002972793
commit
94fd200cd5
3 changed files with 0 additions and 0 deletions
12
homeautomation/init.sh
Executable file
12
homeautomation/init.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo mkdir -p /homeautomation-config/node-red
|
||||
sudo chmod -R a+rw /homeautomation-config/node-red
|
||||
|
||||
cat <<ENV > .env
|
||||
MYSQL_ROOT_PASSWORD="$(pass reekynet/docker-home-automation | rg 'MYSQL_ROOT_PASSWORD' | cut -d' ' -f2-)"
|
||||
HA_MYSQL_PASSWORD="$(pass reekynet/docker-home-automation | rg 'HA_MYSQL_PASSWORD' | cut -d' ' -f2-)"
|
||||
DECONZ_VNC_PASSWORD="$(pass reekynet/docker-home-automation | rg 'DECONZ_VNC_PASSWORD' | cut -d' ' -f2-)"
|
||||
ENV
|
||||
|
||||
docker-compose up -d
|
Loading…
Add table
Add a link
Reference in a new issue