Remove init script

This commit is contained in:
Marko Korhonen 2020-07-11 12:24:17 +03:00
parent 09fa949979
commit 0ddfa65e50

View file

@ -1,8 +0,0 @@
#!/bin/bash
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