-
Notifications
You must be signed in to change notification settings - Fork 2
docs(docker): Add OpenSearch backend stack to docker-compose #71
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
Conversation
@jamesfisher-geo Thanks for putting this together! I'm out this week but will give it a try when I return. |
Eliminate profiles for common services
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally, looks good. I proposed some refinements in AtomicMaps#2.
Slight rework of PR
Thanks @alukach! I tested your changes locally. When spinning up the
I added |
@jamesfisher-geo I didn't experience that issue. Will that change interfere with it being used as a volume? stac-auth-proxy/docker-compose.yaml Lines 66 to 67 in 3d207e2
I also see that we aren't using a volume for OpenSearch. Perhaps it's not that important to retain |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again for adding this! Really helpful.
Good point. My goal was to keep this as light as possible. Adding an opensearch volume is strait forward. We can simply copy the setup from SFEOS |
Some work is being done in stac-fastapi-elasticsearch-opensearch to support integration with stac-auth-proxy.
This PR adds the OpenSearch backend as an option in the docker-compose file