Skip to content

Commit

Permalink
compose in directory due to cd command in action
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Jul 16, 2024
1 parent 68f1fba commit eefaa55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
timeout-minutes: 10
with:
compose_pull: false
compose_file_path: docker-compose.yml
compose_file_path: docker-compose/docker-compose.yml
quay_username: ${{ secrets.QUAY_USERNAME }}
quay_password: ${{ secrets.QUAY_PASSWORD }}

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml → docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ services:
live-indexing-metadata:
image: alfresco-enterprise-search-metadata:test
environment:
SPRING_ELASTICSEARCH_REST_URIS: http://elasticsearch:9200
SPRING_ELASTICSEARCH_REST_URIS: http://elastic:9200
SPRING_ACTIVEMQ_BROKERURL: nio://activemq:61616
volumes:
shared-file-store-volume:
Expand Down

0 comments on commit eefaa55

Please sign in to comment.