Skip to content

Commit

Permalink
add reindexing to enterprise compose
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Oct 3, 2024
1 parent 64284ec commit 31b1f33
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,30 @@ services:
SPRING_ELASTICSEARCH_REST_URIS: http://elasticsearch:9200
SPRING_ACTIVEMQ_BROKERURL: nio://activemq:61616
ALFRESCO_SHAREDFILESTORE_BASEURL: http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file/
depends_on:
elasticsearch:
condition: service_started
reindexing:
condition: service_completed_successfully
reindexing:
image: ${REGISTRY}/${REGISTRY_NAMESPACE}/alfresco-elasticsearch-reindexing:${TAG}
mem_limit: 1g
restart: on-failure:10
environment:
ALFRESCO_ACCEPTED_CONTENT_MEDIA_TYPES_CACHE_BASE_URL: >-
http://transform-core-aio:8090/transform/config
SPRING_ACTIVEMQ_BROKERURL: nio://activemq:61616
SPRING_DATASOURCE_URL: jdbc:postgresql://postgres:5432/alfresco
SPRING_DATASOURCE_USERNAME: alfresco
SPRING_DATASOURCE_PASSWORD: alfresco
SPRING_ELASTICSEARCH_REST_URIS: http://elasticsearch:9200
depends_on:
postgres:
condition: service_started
elasticsearch:
condition: service_started
alfresco:
condition: service_healthy
volumes:
shared-file-store-volume:
driver_opts:
Expand Down

0 comments on commit 31b1f33

Please sign in to comment.