This repository was archived by the owner on Jul 26, 2018. It is now read-only.
Add configuration for Docker#20
Open
LachlanStuart wants to merge 18 commits into
Open
Conversation
…rvices to start. Only update conda env if needed.
Automate more of the development environment setup Only expose necessary ports
LachlanStuart
force-pushed
the
feature/docker
branch
from
May 25, 2018 11:56
052ac8c to
73ee3e6
Compare
time+sm-api out of container config
Ren22
approved these changes
Jun 26, 2018
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See the usage instructions in
README.md.The way this handles configuration is currently pretty bad. For self-contained setups it uses pre-made configuration files, and for development setups it uses whatever configuration you have in your external sm repositories (note that
mol-dbusesdev.iniinstead oflocal.iniinside Docker, aslocal.inidoesn't support setting a postgres password).The ideal state is that this would grab the latest templates from each repository and populate them from a combination of the
vbox/group_vars/all.ymlfile from this repository, and a set of overrides specific to Docker. That won't be included in this PR though.