Closed lomky closed 7 years ago
Added POSTGRES_DB
to the postgres environment section of the docker-compose - postgres is now starting up nicely. gcisops starts up and then dies due to an empty gcis database instead of no gcis database. Progress!
Next step. run docker-compose up postgres
, connect via docker exec -it gcisdocker_postgres_1 psql -d gcis -U gcisops
and populate a public content release.
Everything seems to be working!
Going to install from scratch on another machine to test.
Continuation of PR #478