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