We are started to work with Alfreso (community 23.2.0) and did a deploy with docker compose in total 9 containers.
We will use Alfresco only as repository, is it sufficient to start only: postgres, content-app, share, alfresco and proxy?
At first glance it seems to work.
Solved! Go to Solution.
I think that the minimal architecture can be summarized in the following way:
But please consider that in this way you have to disable the following services:
So the minimal architecture should be configured in the right way disabling indexing and transformations capabilities but at this point I don't know if you want a repository without the search engine or without generating renditions.
For disabling the indexing you should set the following property:
index.subsystem.name=noindex
Then you should disable the Messaging Service and the ActiveMQ topic for events:
messaging.subsystem.autoStart=false
repo.event2.enabled=false
It strongly depends on what you need to do with your project, can you share more details about what you want to achieve with Alfresco?
This repository deploys incrementally Alfresco, detailing the services you're adding on each step:
https://github.com/aborroy/alfresco-incremental-deployment
I think that the minimal architecture can be summarized in the following way:
But please consider that in this way you have to disable the following services:
So the minimal architecture should be configured in the right way disabling indexing and transformations capabilities but at this point I don't know if you want a repository without the search engine or without generating renditions.
For disabling the indexing you should set the following property:
index.subsystem.name=noindex
Then you should disable the Messaging Service and the ActiveMQ topic for events:
messaging.subsystem.autoStart=false
repo.event2.enabled=false
It strongly depends on what you need to do with your project, can you share more details about what you want to achieve with Alfresco?
This repository deploys incrementally Alfresco, detailing the services you're adding on each step:
https://github.com/aborroy/alfresco-incremental-deployment
Thanks for the responses, this is really helpful for implementing the correct setup for us!
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.