github-action-ssh-docker-compose icon indicating copy to clipboard operation
github-action-ssh-docker-compose copied to clipboard

Simple github action to run docker-compose on remote host.

Results 5 github-action-ssh-docker-compose issues
Sort by recently updated
recently updated
newest added

Added additional input to allow the customization of excludes when packaging the tar. This is useful to exclude other folders like .github, .vscode, or any other from the packaging to...

- actions/chockout@v2 > - actions/checkout@v2

It would be nice to be able to rollback a deploy using a docker-compose down. This way it would be clean

Is it possible to start only one or a few service(s) in compose file instead of all services? Like `docker compose up my_service`.