This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 448
Remove Secrets and use Docker Volumes #76
Open
fxdgear
wants to merge
12
commits into
master
Choose a base branch
from
nick/docker-volumes
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Jan 25, 2019
-
Better handling of configs/volumes/secrets
There've been some issues relating to how stack-docker starts up stuff using the docker-compose image. * changing project names * volume mounts not working * some other issues regaring containers not starting. I've moved everything around and more use of docker volumes: * created certs volume, for storing the certs. Now all containers can mount that volume and have access to the certs. * created a config volume for each service * this mounts the config.yml for each service and also stores the keystore. These changes help process a lot of the permissions issues that were happening. This makes it a lot easer to clean up using a 'docker-compose down -v' and restart. known issues: * the setup script doesn't work as cleanly as I'd like and when trying execute it via a 'docker-compose -f setup/setup.yml run setup' the script exits early.
Configuration menu - View commit details
-
Copy full SHA for 6b9c244 - Browse repository at this point
Copy the full SHA 6b9c244View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa0d90b - Browse repository at this point
Copy the full SHA fa0d90bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ad1613 - Browse repository at this point
Copy the full SHA 4ad1613View commit details -
Configuration menu - View commit details
-
Copy full SHA for 297ec4d - Browse repository at this point
Copy the full SHA 297ec4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9178b48 - Browse repository at this point
Copy the full SHA 9178b48View commit details -
Update the readme for some windows bits
and update the setup command to be correct.
Configuration menu - View commit details
-
Copy full SHA for f728298 - Browse repository at this point
Copy the full SHA f728298View commit details -
Configuration menu - View commit details
-
Copy full SHA for 484c9f9 - Browse repository at this point
Copy the full SHA 484c9f9View commit details -
Merge branch 'nick/docker-volumes' of github.com:elastic/stack-docker…
… into nick/docker-volumes
Configuration menu - View commit details
-
Copy full SHA for 6cc915c - Browse repository at this point
Copy the full SHA 6cc915cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc05c25 - Browse repository at this point
Copy the full SHA fc05c25View commit details -
Configuration menu - View commit details
-
Copy full SHA for b13f5c1 - Browse repository at this point
Copy the full SHA b13f5c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d932b94 - Browse repository at this point
Copy the full SHA d932b94View commit details
Commits on Jan 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 69b32c7 - Browse repository at this point
Copy the full SHA 69b32c7View commit details
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.