OPSEXP-2324: allow for embeded pg sync to cope with more replicas and… #364
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-docker-compose.yml | |
- 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/[email protected] | |
with: | |
compose_file_path: docker-compose/community-docker-compose.yml |