compose-action icon indicating copy to clipboard operation
compose-action copied to clipboard

This action runs your docker-compose file and clean up before action finished

Results 11 compose-action issues
Sort by recently updated
recently updated
newest added

Hint: https://stackoverflow.com/questions/66514436/difference-between-docker-compose-and-docker-compose Thanks

I'm trying to make a CI proccess to my Laravel application, I'm using docker-compose to run a test enviroment. locally everthing works well, but when I tried to run it...

This PR is intended to test issue #17. Do not merge.

**Is your feature request related to a problem? Please describe.** Yes, the current problem is the lack of ability to specify a Docker Compose version within GitHub Actions. Currently, when...

enhancement

I am trying to do something like this ``` name: Django CI on: push: branches: [ "production", "developing" ] pull_request: branches: [ "production", "developing" ] workflow_dispatch: env: REGISTRY: ghcr.io IMAGE_NAME:...

bug

Bumps [@ts-dev-tools/core](https://github.com/escemi-tech/ts-dev-tools) from 1.6.2 to 1.8.1. Release notes Sourced from @​ts-dev-tools/core's releases. @​ts-dev-tools/core@​1.8.1 1.8.1 (2024-08-30) Bug Fixes core: eslint and nx installation issues (44bef47) @​ts-dev-tools/core@​1.8.0 1.8.0 (2024-08-29) Features core: support...

dependencies
javascript

It appears that it may be checking for the `docker-compose.yml` file relative to the current working directory, so if you have specified an absolute path to the `compose-file`, then the...

bug

Bumps the npm-dev-dependencies group with 3 updates in the / directory: [@ts-dev-tools/core](https://github.com/escemi-tech/ts-dev-tools), [eslint-plugin-github](https://github.com/github/eslint-plugin-github) and [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc). Updates `@ts-dev-tools/core` from 1.6.2 to 1.8.9 Release notes Sourced from @​ts-dev-tools/core's releases. @​ts-dev-tools/core@​1.8.9 1.8.9 (2025-02-01)...

dependencies
javascript

Bumps [@ts-dev-tools/core](https://github.com/escemi-tech/ts-dev-tools) from 1.6.2 to 1.8.7. Release notes Sourced from @​ts-dev-tools/core's releases. @​ts-dev-tools/core@​1.8.7 1.8.7 (2024-12-13) Note: Version bump only for package @​ts-dev-tools/core @​ts-dev-tools/core@​1.8.6 1.8.6 (2024-12-01) Note: Version bump only for...

dependencies
javascript

Bumps the docker-dependencies group with 1 update in the / directory: [super-linter/super-linter](https://github.com/super-linter/super-linter). Updates `super-linter/super-linter` from slim-v8.0.0 to slim-v8.2.0 Release notes Sourced from super-linter/super-linter's releases. v8.2.0 8.2.0 (2025-09-30) 🚀 Features add...

dependencies
docker