hoverkraft-tech/Docker Compose Action

This action runs your compose file(s) and clean up before action finished

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
docker-flagsAdditional options to pass to `docker` command.no
compose-filePath to compose file(s). It can be a list of files. It can be absolute or relative to the current working directory (cwd), or an OCI artifact reference starting with `oci://`.no./docker-compose.yml
servicesServices to perform `docker compose up`.no
up-flagsAdditional options to pass to `docker compose up` command.no""
down-flagsAdditional options to pass to `docker compose down` command.no""
compose-flagsAdditional options to pass to `docker compose` command.no""
cwdCurrent working directoryno${{ github.workspace }}
compose-versionCompose version to use. If null (default), it will use the current installed version. If "latest", it will install the latest version. no
services-log-levelThe log level used for Docker Compose service logs. Can be one of "debug", "info". nodebug
github-tokenThe GitHub token used to create an authenticated client (to fetch the latest version of Docker Compose).no${{ github.token }}

no outputs