aimed-labs/Deploy docker-compose action
Deploy services via docker-compose
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 12, 2024
- License
- MIT
Pinned Snippet
uses: aimed-labs/deploy-docker-compose-action@9ab0b80af08f14c536a6b92c98ce1c1c9ba83861 # v1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | — | no | ./ |
| filter | Filter images using this label | no | "" |
| host-address | Host address for docker-compose, example: 12.34.56.78 or www.google.com | yes | — |
| host-ssh-user | — | yes | — |
| ssh-private-key-base64 | — | yes | — |
| project-name | A unique project name that sets the context for docker-compose | yes | — |
| docker-file-name | Use only docker-file here. Not the path | yes | docker-compose.yml |
| docker-services | The name of the services that need to be started | yes | "" |
Outputs
no outputs