-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#61: All services in a single tomcat (with refactor to use paths instead of domains for routing) #135
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Notes: - the new db-init scripts for userdetails service are copied over from ala-cas-5 project. Ideally we checkout the project (however the sources have not changed since 2017) - living-atlas-1 service depends_on attribute is commented out as it did not seem to pick up. To be looked at. - mysql-*-init services can and should be joined into one service. In principe they can also be moved to mysql's initdb.d procedure. We would have to ensure the execution order though.
…ith the local running environment
- create virtual Tomcat hosts per service (non-ROOT xml files are there to serve path prefixes, for instance ws.xml is the context configuration for http(s)://spatial.basedomain/ws, which serves spatial-service webapp )
- fix nginx config for lists subdomain
… a particular line
…e. route using paths instead of subdomains and setup docker bake to ensure we only need to compile stuff once
…r images and added colors to the service names in the logger
StefanVanDyck
requested review from
DimEvil and
katya-shaleninova
as code owners
November 12, 2024 08:58
- fix namematching service URL for biocache-service - make sure biocache-service uses docker's internal host URL for Solr - branding - use fresh namematching service image (built today, 12/11/2024) which uses trunk version of ala-namematching-service and gbif backbone index from 11/09/2024 (so not custom 'spanish' version)
…tly for bie-hub only
wip - debugging lifeform issue with solr
…ile still using a shared cache
…e australian nexus repo for all dependencies
…prevent hitting the ala nexus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Using paths should require less changes to /etc/hosts when running locally.
Much less resources thanks to only requiring a single tomcat docker container.
Tried to make it so the docker-builds produce both single service images and the all-serving tomcat without the need to build services twice.