jorgenvatle/Docker-Compose Deploy

Deploy your Docker-Compose project to a list of destination servers

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
deploy_targetsList of hosts to deploy your application toyes
ssh_userUser to log into for deploys. (Needs to have access to `sudo`)noroot
compose_fileRelative path to your docker-compose filenodocker-compose.yml
validate_containerName of containers we should validate that are running before calling the deploy a successnoapp
json_configAdd a `./config/local.json` file to the root of your repository on the deploy target machine. Very handy for pushing out secrets to your deploy targets. Works very well with Node projects using the [`config`](https://github.com/lorenwest/node-config) package. no{}

no outputs