Skip to content

Commit

Permalink
add search
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Jul 16, 2024
1 parent d0db7c2 commit 5ab3e7f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,19 @@ services:
-Dalfresco.port=8080
-Dalfresco.context=alfresco
-Dalfresco.protocol=http
search:
image: quay.io/alfresco/alfresco-elasticsearch-live-indexing:4.0.1
mem_limit: 1g
depends_on:
- elasticsearch
- alfresco
environment:
ALFRESCO_ACCEPTED_CONTENT_MEDIA_TYPES_CACHE_BASE_URL: >-
http://transform-core-aio:8090/transform/config
ALFRESCO_SHAREDFILESTORE_BASEURL: >-
http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file/
SPRING_ACTIVEMQ_BROKERURL: nio://activemq:61616
SPRING_ELASTICSEARCH_REST_URIS: http://elasticsearch:9200
postgres:
image: postgres:14.4
mem_limit: 512m
Expand Down

0 comments on commit 5ab3e7f

Please sign in to comment.