Remove init script

This commit is contained in:
Marko Korhonen 2020-07-11 12:24:17 +03:00
parent 7d7f69c4bb
commit 698797ed83
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

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