Open Ryanmtate opened 7 years ago
WIP-- shows mysql services inquiries first before other services; also keeps track of shared variables and sets them as defaults for subsequent deployment inquiries
convert inquirer answers from json to yaml configuration for docker-compose.yml
Consider an enhancement of using docker swarm
and stack
for configuring load balanced and auto-start functions
Should be an "Inquirer" program that allows you to select multiple services to deploy, inquires about the environmental variables, and subsequently deploys the programs in the sequence from the main list.
For Example: database manager optionally deploys and configures mysql, and is a dependent of all GitToken services.
If selected for deployment as a services (configuring git_token database tables), then it should be deployed before any other selected service.