InformaticsMatters / fragnet

Fragment network tooling
Apache License 2.0
1 stars 0 forks source link

Create separate containers for search and depict #37

Open tdudgeon opened 3 years ago

tdudgeon commented 3 years ago

As part of https://app.clubhouse.io/informaticsmatters/story/1447/clean-up-fragnet-search-deployments we need to generate separate containers for the fragnet-search and fragnet-depict webapps.

tdudgeon commented 3 years ago

This commit (on issue37_separate_search_and_depict_containers branch) generates separate squonk/fragnet-search and squonk/fragnet-depict containers. They can be generated using ./gradlew buildDockerImages. https://github.com/InformaticsMatters/fragnet/commit/f03cb3c20271a00e54cab8a237b047d7f662aadd

Next need to adjust Travis to automatically build and push those images