Skip to content
Snippets Groups Projects
  • Bret's avatar
    9b599163
    CI: Fix docker build stage · 9b599163
    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.
    9b599163
    History
    CI: Fix docker build stage
    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.
ci-env.list 310 B
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'