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: 3 months 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-25T17:14:27.000Z (5 months ago)
- Last Synced: 2026-02-18T16:21:49.062Z (3 months ago)
- Topics: docker-compose, github-actions
- Language: Dockerfile
- Homepage: https://github.com/docker/compose#readme
- Size: 54.7 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- 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)
[](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"
```