You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For sustainability and sharing of the infrastructure to support searching cached authorities, a Docker image of the search API with support for reading indices from a Docker volume will be created. Templates to aid with deployment will also be created.
create Dockerfile and docker-compose.yml
create an image of the search API (may be as simple as using tomcat image and dropping in war file)
create volume to hold indices
create github actions to deploy new image
commits to dev deploy to int private image
commits to main deploy to stg private image
release deploys to public image
write templates to automate deploy to AWS
The text was updated successfully, but these errors were encountered:
Description
For sustainability and sharing of the infrastructure to support searching cached authorities, a Docker image of the search API with support for reading indices from a Docker volume will be created. Templates to aid with deployment will also be created.
The text was updated successfully, but these errors were encountered: