Browse Source

new: [pandachi-install] added back ``docker-compose``.

rc1
Valentin Lab 5 years ago
parent
commit
067fabc345
  1. 5
      bin/pandachi-install

5
bin/pandachi-install

@ -59,6 +59,11 @@ PGHOST=\$(docker-ip | grep postgres | xargs echo | cut -f 3 -d " ") || {
export PGHOST PGUSER
EOF
##
## We could need some docker-compose for some quick hacks
##
pip install cffi==1.12.3 docker-compose
if [ "$DOMAIN" ]; then
sed -ri "s/^(\s+domain:\s+).*$/\1$DOMAIN/g" compose.yml

Loading…
Cancel
Save