github-actions[bot] d803d605f4 docs: update actions and workflows documentation
[skip ci]

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-03-26 14:15:20 +01:00
2023-07-23 07:38:40 +00:00
2023-07-23 07:37:31 +00:00
2022-10-05 18:15:19 +09:00
2024-03-26 12:44:32 +01:00
2022-10-05 18:15:19 +09:00
2023-07-23 12:05:52 +09:00
2024-03-26 12:44:32 +01:00

branding<icon:anchor color:blue>

branding<icon:anchor color:blue> GitHub Action: Docker Compose Action

Release%20by%20tagRelease%20by%20dateCommitOpen%20IssuesDownloads

Run your docker-compose file

- uses: /@v1.0.0
  with:
    # Description: Relative path to compose file(s). It can be a list of files.
    #
    # Default: ./docker-compose.yml
    compose-file: ""

    # Description: Services to perform docker-compose up.
    #
    services: ""

    # Description: Additional options to pass to `docker-compose up` command.
    #
    # Default:
    up-flags: ""

    # Description: Additional options to pass to `docker-compose down` command.
    #
    # Default:
    down-flags: ""

    # Description: Additional options to pass to `docker-compose` command.
    #
    # Default:
    compose-flags: ""
Input Description Default Required
compose-file Relative path to compose file(s). It can be a list of files. ./docker-compose.yml false
services Services to perform docker-compose up. false
up-flags Additional options to pass to docker-compose up command. false
down-flags Additional options to pass to docker-compose down command. false
compose-flags Additional options to pass to docker-compose command. false
Description
This action runs your docker-compose file and clean up before action finished
Readme MIT 39 MiB
Languages
TypeScript 96.3%
Makefile 2.1%
Dockerfile 0.8%
Shell 0.6%
JavaScript 0.2%