-
Bret authored
Due to executing docker run inside of the existing container, the postgres service cannot be connected to. Update to run the postgres container directly and link the test container to it when running.
Bret authoredDue to executing docker run inside of the existing container, the postgres service cannot be connected to. Update to run the postgres container directly and link the test container to it when running.
POSTGRES_DB=cibuglog
POSTGRES_USER=postgres
POSTGRES_PASSWORD=""
POSTGRES_HOST=postgres
CIBUGLOG_DB_NAME=postgres
CIBUGLOG_DB_USER=postgres
CIBUGLOG_DB_PASSWORD=""
CIBUGLOG_DB_HOST=postgres
DATABASE_URL="postgres://postgres:@postgres:5432/cibuglog"
POSTGRES_INITDB_ARGS="--nosync"
CIBUGLOG_SECRET_KEY='secret'