Commit Graph
5 Commits
Author SHA1 Message Date
Croft 72e1b8ed59 Responses to suggestions, 1 new fix
Two suggestions have been implemented and tested, namely, changing
the Postgres version to 10 and changing the Traefik version to "latest".

A further changes was necessary, because in:

https://github.com/samply/share-client/blob/feature/environmentPreconfiguration/Dockerfile

under "Stage used by ci for gbn images", STORE_URL is:

http://bridgehead-gbn-blaze-store:8080

To make this work, I also needed to change the container name for Blaze
in docker-compose.yml for GBN.
2022-06-02 14:21:11 +02:00
Croft a18e198f21 Gave Traefik container a fixed version 2022-06-01 09:22:12 +02:00
Croft 210b2bf604 Merge branch 'version-1__corrections' of https://github.com/samply/bridgehead into version-1__corrections 2022-05-23 16:19:41 +02:00
Croft 0f52eabc15 Name for Connector DB container is needed
This needs to match with the name defined in:

https://github.com/samply/share-client/blob/feature/environmentPreconfiguration/Dockerfile

for POSTGRES_HOST under 'gbn'
2022-05-23 16:16:04 +02:00
Croft aa5cf9b3bc Corrected some problems with GBN docker-compose.yml
Running:

./bridgehead stop gbn

led to error messages, which have been fixed with changes to
the docker-compose.yml file.
2022-05-23 14:52:06 +02:00