OPSEXP-2253 Add healthchecks and conditional service startup based on service health in docker compose #631
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Docker Compose (Community) | |
on: | |
pull_request: | |
branches: | |
- master | |
- release/** | |
- next/** | |
paths: | |
- docker-compose/community-compose.yaml | |
- test/postman/docker-compose/** | |
- .github/workflows/docker-compose-community.yml | |
push: | |
branches: | |
- master | |
- release/** | |
jobs: | |
compose_community: | |
name: Docker Compose community | |
runs-on: ubuntu-latest | |
steps: | |
- uses: >- | |
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@OPSEXP-2255 | |
with: | |
compose_file_path: docker-compose/community-compose.yaml |