jorgenvatle/Docker-Compose Deploy
Deploy your Docker-Compose project to a list of destination servers
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| deploy_targets | List of hosts to deploy your application to | yes | — |
| ssh_user | User to log into for deploys. (Needs to have access to `sudo`) | no | root |
| compose_file | Relative path to your docker-compose file | no | docker-compose.yml |
| validate_container | Name of containers we should validate that are running before calling the deploy a success | no | app |
| json_config | Add 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 | {} |
Outputs
no outputs