Skip to content

Commit

Permalink
fixup compose?
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Aug 19, 2024
1 parent c88b2ad commit c671c4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ jobs:
uses: Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected]
timeout-minutes: 10
with:
compose_pull: false
compose_file_path: test/docker-compose.yml
quay_username: ${{ secrets.QUAY_USERNAME }}
quay_password: ${{ secrets.QUAY_PASSWORD }}
Expand Down
10 changes: 5 additions & 5 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "2"
services:
alfresco:
image: ${REGISTRY}/alfresco-content-repository:${TAG}
image: ${REGISTRY}/${REGISTRY_NAMESPACE}/alfresco-content-repository:${TAG}
mem_limit: 1900m
environment:
JAVA_TOOL_OPTIONS: >-
Expand Down Expand Up @@ -50,7 +50,7 @@ services:
start_period: 1m
transform-router:
mem_limit: 512m
image: ${REGISTRY}/alfresco-transform-router:${TAG}
image: ${REGISTRY}/${REGISTRY_NAMESPACE}/alfresco-transform-router:${TAG}
environment:
ACTIVEMQ_URL: nio://activemq:61616
CORE_AIO_URL: http://transform-core-aio:8090
Expand All @@ -61,7 +61,7 @@ services:
depends_on:
- activemq
transform-core-aio:
image: ${REGISTRY}/alfresco-transform-core-aio:${TAG}
image: ${REGISTRY}/${REGISTRY_NAMESPACE}/alfresco-transform-core-aio:${TAG}
mem_limit: 1536m
environment:
JAVA_OPTS: >-
Expand All @@ -75,7 +75,7 @@ services:
depends_on:
- activemq
shared-file-store:
image: ${REGISTRY}/alfresco-shared-file-store:${TAG}
image: ${REGISTRY}/${REGISTRY_NAMESPACE}/alfresco-shared-file-store:${TAG}
mem_limit: 512m
environment:
scheduler.content.age.millis: 86400000
Expand Down Expand Up @@ -177,7 +177,7 @@ services:
ports:
- "9090:9090"
live-indexing:
image: ${REGISTRY}/alfresco-elasticsearch-live-indexing:${TAG}
image: ${REGISTRY}/${REGISTRY_NAMESPACE}/alfresco-elasticsearch-live-indexing:${TAG}
environment:
SPRING_ELASTICSEARCH_REST_URIS: http://elasticsearch:9200
SPRING_ACTIVEMQ_BROKERURL: nio://activemq:61616
Expand Down

0 comments on commit c671c4e

Please sign in to comment.