Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sudo-bot/action-docker-compose
- Owner: sudo-bot
- License: mpl-2.0
- Created: 2020-12-26T21:24:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T00:12:39.000Z (6 months ago)
- Last Synced: 2025-01-15T16:03:37.253Z (22 days ago)
- Topics: docker-compose, github-actions
- Language: Dockerfile
- Homepage: https://github.com/docker/compose#readme
- Size: 51.8 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```