Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sudo-bot/action-docker-compose

A GitHub action for docker-compose
https://github.com/sudo-bot/action-docker-compose

docker-compose github-actions

Last synced: 8 days ago
JSON representation

A GitHub action for docker-compose

Awesome Lists containing this project

README

        

# A GitHub action to run docker-compose

Go to [docker-compose](https://github.com/koalaman/docker-compose#readme) at GitHub

You can find the image on [Docker Hub](https://hub.docker.com/r/botsudo/action-docker-compose)

[![Docker Pulls](https://img.shields.io/docker/pulls/botsudo/action-docker-compose.svg)](https://hub.docker.com/r/botsudo/action-docker-compose)

I use the base image [docker/compose](https://hub.docker.com/r/docker/compose) for this action

## Example usage

```yml
- uses: actions/checkout@v4
- name: run docker-compose
uses: sudo-bot/action-docker-compose@latest
with:
# https://docs.docker.com/compose/reference/overview/
cli-args: "up"
```