Skip to content
Snippets Groups Projects
Commit abbe4b37 authored by Elliott Shugerman's avatar Elliott Shugerman
Browse files

comments

parent 9f8d2acb
Branches schonert/patch-1
No related tags found
No related merge requests found
#! /bin/sh
set -u
set -u # `-e` omitted intentionally, but i can't remember why exactly :'(
set -o pipefail
if [ -z "$S3_BUCKET" ]; then
......@@ -14,7 +14,7 @@ if [ -z "$POSTGRES_DATABASE" ]; then
fi
if [ -z "$POSTGRES_HOST" ]; then
# TODO: what is this?
# https://docs.docker.com/network/links/#environment-variables
if [ -n "$POSTGRES_PORT_5432_TCP_ADDR" ]; then
POSTGRES_HOST=$POSTGRES_PORT_5432_TCP_ADDR
POSTGRES_PORT=$POSTGRES_PORT_5432_TCP_PORT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment