Skip to content

Commit

Permalink
add componets to docker file components
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Jul 22, 2024
1 parent f380bec commit c585f51
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions docker-compose/docker-compose-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,22 @@ services:
-XX:MaxRAMPercentage=80
ports:
- "9090:9090"
live-indexing:
image: alfresco-elasticsearch-live-indexing:latest
live-indexing-metadata:
image: alfresco-elasticsearch-live-indexing-metadata:latest
environment:
SPRING_ELASTICSEARCH_REST_URIS: http://elastic:9200
SPRING_ACTIVEMQ_BROKERURL: nio://activemq:61616
live-indexing-path:
image: alfresco-elasticsearch-live-indexing-path:latest
environment:
SPRING_ELASTICSEARCH_REST_URIS: http://elasticsearch:9200
SPRING_ACTIVEMQ_BROKERURL: nio://activemq:61616
live-indexing-content:
image: alfresco-elasticsearch-live-indexing-content:latest
environment:
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/
ALFRESCO_SHAREDFILESTORE_BASEURL: http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file
volumes:
shared-file-store-volume:
driver_opts:
Expand Down

0 comments on commit c585f51

Please sign in to comment.