Open
Conversation
…script. Also made it so that the BASEDIR and SCRIPT_DIR vars are not env vars
…ectly on subscripts
…er script to pass in arguments instead of sourcing them for more of an isolated environment
…ad of relying on env vars
…o provide arguments to nginx creator script. Added master and develop as whitelist to travis file so I can test locally and stop hammering the docker servers.
…de some other changes to genericize script usage
Updated nexus to allow docker exec for tests to run
change display with hopes that it works
fixes openfrontier#4 by using a curl command to ensure redmine's service provides an OK ack cleans up comments for clarity removes verbose logging removes debug print statements from test
This closes openfrontier#9, closes openfrontier#5
Clean up os.path.join strings
backup & restore scripts for redmine
|
I'm not sure if Shiv has seen this or not, but we currently are in the process of moving most of the services' create scripts into docker files so we can move to docker-compose. The desire is to reduce startup and teardown time for the containers drastically so we can create integration tests. I think we will revisit this once the dockerfiles are finished (soon) but I'd like to see SSL support, potentially with easy use of let's encrypt. |
Author
|
Another useful feature would be the inclusion of a postfix-docker image
so e-mail notifications would just work.
|
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.
This is the 2nd of three patches necessary to add HTTPS proxy support (the other two are nginx-docker and gerrit-docker).