Commit Graph

25 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
Patrick Skowronek 8cc5e66400 Fixed docker-compose for gbn 2022-05-23 16:05:56 +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
Patrick Skowronek 08ee32ac40 Updated Readme and some other improvements 2022-05-16 08:19:49 +02:00
Patrick Skowronek 1928713b9d Fixed naming
Update the git config repo
2022-05-11 10:30:18 +02:00
Patrick Skowronek 25cee2ff5b Merge branch 'version-1' into feature/landingpage-as-container 2022-05-10 14:00:58 +02:00
Martin Lablans 66120a4ae7 Fix for other projects, too. 2022-05-10 11:56:50 +02:00
Patrick Skowronek dc8b8b3339 Some fixes after review with Martin 2022-05-09 12:57:24 +02:00
Patrick Skowronek 445add6d30 Updated gbn docker-compose 2022-05-09 08:09:14 +02:00
root 63b279617b Some more improvements for deployment 2022-05-03 09:16:19 +02:00
Patrick Skowronek 649a6d431a Merge branch 'refactor/preconfiguredImages' into version-1 2022-03-22 09:54:53 +01:00
Torben Brenner d02170f266 refactor: Removed container_name from all services 2022-03-01 08:51:42 +01:00
Torben Brenner 26b7e272bf refactor: renamed containers based on projects
Using the flag "-p bridgehead" with docker-compose to deploy all
bridgeheads on one system
2022-02-24 13:01:05 +01:00
Torben Brenner ee61ac3a03 refactor: Resorted environment and prepared special images for dktk 2022-02-24 10:48:09 +01:00
root 3244c3db29 Some more adjustments for dktk 2022-02-09 10:58:32 +01:00
root 31525571e1 Make C4 and Dktk work 2022-01-21 09:32:21 +01:00
root 7357870670 Manges changes and moving vars to the correct file 2022-01-19 10:52:25 +01:00
root 1649d0b624 Uniform container_names 2022-01-11 13:52:20 +01:00
root ca7e3a641a Added setting bridgehead path to enviroment 2022-01-04 15:26:34 +01:00
root f9f72cbe9a Added readme and improved systemd scripts 2021-12-23 14:54:35 +01:00
root ed2f2ad590 Added files for running a gbn project 2021-12-21 13:48:28 +01:00
Patrick Skowronek c683bb76bc WIP: Merged docker files and install script from bk-dep and c4 docker 2021-12-21 09:12:34 +01:00