08-29-2018 02:14 AM
Hi All,
I have installed docker CE in my local and used docker compose file in acs-community-deployment to start ACS solution and its running in my local. But my question, how do i run multiple instances of ACS (6.0) in docker ? Can you please help me to do it.
Links Refered:
08-29-2018 04:23 AM
Why do you want to run multiple instances?
08-29-2018 05:28 AM
I want to run the same ACS with different ports configured, there is need for the customer to do so.
08-29-2018 05:34 AM
ACS Community does not support clustering. ACS Enterprise supports clustering using Kubernetes + Helm. If you want to configure a cluster, then you have to adopt ACS Enterprise.
If you want to run the same ACS Community with different ports, include an Apache HTTPd / NGINX in front and configure as many proxies as required over the same "localhost:8080" ACS Community repository.
08-29-2018 07:37 AM
Thanks Angel Borroy, I will try with ACS Enterprise
08-30-2018 03:32 AM
Hi Angel Borroy,
Thanks for your valuable answer. One question is that, if i install ACS Enterprise version, can i configure multiple ACS instance (running with different ports) accessing one instance of postgres & solr6 in docker itself.
08-30-2018 03:45 AM
08-30-2018 04:12 AM
I am getting Unauthorised error while accessing the link. Could you share me the content inside the link.
Also while running them in container separately, we use the following command to run share in 8081 port
$ docker run --network alf-net --name alf-share -p 8081:8080 -e REPO_HOST=alf-repo -eREPO_PORT=8080 -d alfresco/alfresco-share:6.0.a
Can i run the same command with another port (say 9000), so it uses the same container running another instances with different port. Correct me if am wrong?
08-30-2018 04:46 AM
Equivalent instructions available at: GitHub - Alfresco/acs-deployment
You can create new containers for Share by using a different port but I don't see the point on that.
08-30-2018 05:43 AM
Angel am getting unauthorised error while accessing the document.
Explore our Alfresco products with the links below. Use labels to filter content by product module.