Closed gabrielmccallin-tw closed 4 years ago
I have asked someone with Docker experience to take a look at this.
The Docker configs are old and rather experimental. There is some debate as to whether they worked at all. We are currently very busy with release 1.3 at present and are not in a position to build or test any Docker deployments for some time. Meanwhile I would suggest amending the Dockerfile and *.yml to point to the new database schema name rather than changing the demonstrator to match the Docker configs. That will be the fix I am aiming for when/if we have time to address.
👍
Modified to ensure db names match the code.
I build the
gpconnect
image and rundocker-compose up
. There is adocker-compose.yml
at the root of the project so I assume this is supported.Startup log first error is this:
Then
gpconnect-api
exits.I did manage to get this setup working by renaming every
gpconnect1
database reference togpconnect
but this is somewhat heavy-handed. I can PR this changeset from a fork of the repo if required.