Add geoserver yml#204
Merged
Merged
Conversation
robkooper
reviewed
Apr 2, 2021
| - PROXY_ON=${PROXY_ON} | ||
| - PROXY_HOST=${PROXY_HOST} | ||
| - PROXY_URL=${PROXY_URL} | ||
| - GEOSERVER_USERNAME=${GEOSERVER_USERNAME:-admin} |
Member
There was a problem hiding this comment.
can you add these to the env.example and document them
replacing ip with 'geoserver'
Contributor
Author
|
NOTE This works with docker-compose, but I have not been able to figure out how to get the proxy to work. My plan is to have this pull request, and then create a new issue for the proxy, and do that on a later pull request. As things are now, they at least can be used with docker-compose. |
Contributor
|
@tcnichol looks like env.example needs to be updated still, can you add those and then mark this not as draft? otherwise looks good. |
Contributor
Author
|
I updated the env.example Let me know if there are better values to put in than what I have there. |
max-zilla
approved these changes
Aug 16, 2021
This file contains hidden or 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
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.
With this pull request, I have added a .yml file for the geoserver
next,
docker-compose -f docker-compose.yml -f docker-compose.geoserver.yml up -d
This will run clowder with geoserver and the extractors.
I am making this a work in progress and asking for feedback for the following reasons.
Feel free to add any feedback.