<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem with APS in the same docker compose with ACS in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/problem-with-aps-in-the-same-docker-compose-with-acs/m-p/126715#M34488</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you try with &lt;A href="http://localhost:8091/activiti-app" target="_blank" rel="nofollow noopener noreferrer"&gt;http://localhost:8091/activiti-app&lt;/A&gt;? If you access to &lt;A href="http://localhost:8080/activiti-app" target="_blank" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/activiti-app&lt;/A&gt; the proxy service is listening your request. However, the nginx docker image does not support the APS.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Dec 2022 22:21:34 GMT</pubDate>
    <dc:creator>scampoy1</dc:creator>
    <dc:date>2022-12-15T22:21:34Z</dc:date>
    <item>
      <title>Problem with APS in the same docker compose with ACS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-with-aps-in-the-same-docker-compose-with-acs/m-p/126714#M34487</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have tried to have ACS and APS ine the same docker compose file,&amp;nbsp; for the ACS i have no problem but i have no result with APS, I used &lt;A href="http://serverip:8080/activiti-app" target="_blank" rel="noopener nofollow noreferrer"&gt;http://serverip:8080/activiti-app&lt;/A&gt; without respond.&lt;/P&gt;&lt;P&gt;I spent hours to figure out the solution.&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;version: "2"&lt;/P&gt;&lt;P&gt;services:&lt;BR /&gt;alfresco:&lt;BR /&gt;image: quay.io/alfresco/alfresco-content-repository:7.2.0&lt;BR /&gt;mem_limit: 1900m&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_TOOL_OPTIONS: " -Dencryption.keystore.type=JCEKS -Dencryption.cipherAlgorithm=DESede/CBC/PKCS5Padding -Dencryption.keyAlgorithm=DESede -Dencryption.keystore.location=/usr/local/tomcat/shared/classes/alfresco/extension/keystore/keystore -Dmetadata-keystore.password=mp6yc0UD9e -Dmetadata-keystore.aliases=metadata -Dmetadata-keystore.metadata.password=oKIWzVdEdA -Dmetadata-keystore.metadata.algorithm=DESede "&lt;BR /&gt;JAVA_OPTS: "&lt;BR /&gt;-Ddb.driver=org.postgresql.Driver&lt;BR /&gt;-Ddb.username=alfresco&lt;BR /&gt;-Ddb.password=alfresco&lt;BR /&gt;-Ddb.url=jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://postgres:5432/alfresco&lt;BR /&gt;-Dsolr.host=solr6&lt;BR /&gt;-Dsolr.port=8983&lt;BR /&gt;-Dsolr.secureComms=secret&lt;BR /&gt;-Dsolr.sharedSecret=secret&lt;BR /&gt;-Dsolr.base.url=/solr&lt;BR /&gt;-Dindex.subsystem.name=solr6&lt;BR /&gt;-Dshare.host=127.0.0.1&lt;BR /&gt;-Dshare.port=8080&lt;BR /&gt;-Dalfresco.host=localhost&lt;BR /&gt;-Dalfresco.port=8080&lt;BR /&gt;-Daos.baseUrlOverwrite=&lt;A href="http://localhost:8080/alfresco/aos" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8080/alfresco/aos&lt;/A&gt;&lt;BR /&gt;-Dmessaging.broker.url=\"failover&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;nio://activemq:61616)?timeout=3000&amp;amp;jms.useCompression=true\"&lt;BR /&gt;-Ddeployment.method=DOCKER_COMPOSE&lt;BR /&gt;-Dtransform.service.enabled=true&lt;BR /&gt;-Dtransform.service.url=&lt;A href="http://transform-router:8095" target="_blank" rel="noopener nofollow noreferrer"&gt;http://transform-router:8095&lt;/A&gt;&lt;BR /&gt;-Dsfs.url=&lt;A href="http://shared-file-store:8099/" target="_blank" rel="noopener nofollow noreferrer"&gt;http://shared-file-store:8099/&lt;/A&gt;&lt;BR /&gt;-DlocalTransform.core-aio.url=&lt;A href="http://transform-core-aio:8090/" target="_blank" rel="noopener nofollow noreferrer"&gt;http://transform-core-aio:8090/&lt;/A&gt;&lt;BR /&gt;-Dcsrf.filter.enabled=false&lt;BR /&gt;-Ddsync.service.uris=&lt;A href="http://localhost:9090/alfresco" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:9090/alfresco&lt;/A&gt;&lt;BR /&gt;-DtrialUid=id148458&lt;BR /&gt;-XX:MinRAMPercentage=50&lt;BR /&gt;-XX:MaxRAMPercentage=80&lt;BR /&gt;"&lt;/P&gt;&lt;P&gt;transform-router:&lt;BR /&gt;mem_limit: 512m&lt;BR /&gt;image: quay.io/alfresco/alfresco-transform-router:1.5.2&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: " -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80"&lt;BR /&gt;ACTIVEMQ_URL: "nio://activemq:61616"&lt;BR /&gt;CORE_AIO_URL: "&lt;A href="http://transform-core-aio:8090" target="_blank" rel="noopener nofollow noreferrer"&gt;http://transform-core-aio:8090&lt;/A&gt;"&lt;BR /&gt;FILE_STORE_URL: "&lt;A href="http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file" target="_blank" rel="noopener nofollow noreferrer"&gt;http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file&lt;/A&gt;"&lt;BR /&gt;ports:&lt;BR /&gt;- "8095:8095"&lt;BR /&gt;links:&lt;BR /&gt;- activemq&lt;/P&gt;&lt;P&gt;transform-core-aio:&lt;BR /&gt;image: alfresco/alfresco-transform-core-aio:2.5.7&lt;BR /&gt;mem_limit: 1536m&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: " -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80"&lt;BR /&gt;ACTIVEMQ_URL: "nio://activemq:61616"&lt;BR /&gt;FILE_STORE_URL: "&lt;A href="http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file" target="_blank" rel="noopener nofollow noreferrer"&gt;http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file&lt;/A&gt;"&lt;BR /&gt;ports:&lt;BR /&gt;- "8090:8090"&lt;BR /&gt;links:&lt;BR /&gt;- activemq&lt;/P&gt;&lt;P&gt;shared-file-store:&lt;BR /&gt;image: quay.io/alfresco/alfresco-shared-file-store:0.16.1&lt;BR /&gt;mem_limit: 512m&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: " -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80"&lt;BR /&gt;scheduler.content.age.millis: 86400000&lt;BR /&gt;scheduler.cleanup.interval: 86400000&lt;BR /&gt;ports:&lt;BR /&gt;- "8099:8099"&lt;BR /&gt;volumes:&lt;BR /&gt;- shared-file-store-volume:/tmp/Alfresco/sfs&lt;/P&gt;&lt;P&gt;share:&lt;BR /&gt;image: quay.io/alfresco/alfresco-share:7.2.0&lt;BR /&gt;mem_limit: 1g&lt;BR /&gt;environment:&lt;BR /&gt;REPO_HOST: "alfresco"&lt;BR /&gt;REPO_PORT: "8080"&lt;BR /&gt;JAVA_OPTS: " -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80 -Dalfresco.host=localhost -Dalfresco.port=8080 -Dalfresco.context=alfresco -Dalfresco.protocol=http "&lt;/P&gt;&lt;P&gt;postgres:&lt;BR /&gt;image: postgres:13.3&lt;BR /&gt;mem_limit: 512m&lt;BR /&gt;environment:&lt;BR /&gt;- POSTGRES_PASSWORD=alfresco&lt;BR /&gt;- POSTGRES_USER=alfresco&lt;BR /&gt;- POSTGRES_DB=alfresco&lt;BR /&gt;command: postgres -c max_connections=300 -c log_min_messages=LOG&lt;BR /&gt;ports:&lt;BR /&gt;- "5432:5432"&lt;/P&gt;&lt;P&gt;solr6:&lt;BR /&gt;image: alfresco/alfresco-search-services:2.0.3&lt;BR /&gt;mem_limit: 2g&lt;BR /&gt;environment:&lt;BR /&gt;# Solr needs to know how to register itself with Alfresco&lt;BR /&gt;SOLR_ALFRESCO_HOST: "alfresco"&lt;BR /&gt;SOLR_ALFRESCO_PORT: "8080"&lt;BR /&gt;# Alfresco needs to know how to call solr&lt;BR /&gt;SOLR_SOLR_HOST: "solr6"&lt;BR /&gt;SOLR_SOLR_PORT: "8983"&lt;BR /&gt;# Create the default alfresco and archive cores&lt;BR /&gt;SOLR_CREATE_ALFRESCO_DEFAULTS: "alfresco,archive"&lt;BR /&gt;# HTTPS or SECRET&lt;BR /&gt;ALFRESCO_SECURE_COMMS: "secret"&lt;BR /&gt;# SHARED SECRET VALUE&lt;BR /&gt;JAVA_TOOL_OPTIONS: " -Dalfresco.secureComms.secret=secret "&lt;BR /&gt;ports:&lt;BR /&gt;- "8083:8983" # Browser port&lt;BR /&gt;process:&lt;BR /&gt;image: alfresco/process-services:1.11.4.3&lt;BR /&gt;environment:&lt;BR /&gt;ACTIVITI_DATASOURCE_USERNAME: alfresco&lt;BR /&gt;ACTIVITI_DATASOURCE_PASSWORD: alfresco&lt;BR /&gt;ACTIVITI_DATASOURCE_DRIVER: org.postgresql.Driver&lt;BR /&gt;ACTIVITI_HIBERNATE_DIALECT: org.hibernate.dialect.PostgreSQLDialect&lt;BR /&gt;ACTIVITI_DATASOURCE_URL: 'jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://postgres-activiti:5432/activiti?characterEncoding=UTF-8'&lt;BR /&gt;ACTIVITI_CSRF_DISABLED: 'true'&lt;BR /&gt;ACTIVITI_CORS_ENABLED: 'true'&lt;BR /&gt;ports:&lt;BR /&gt;- "8091:8090"&lt;BR /&gt;links:&lt;BR /&gt;- postgres-activiti&lt;BR /&gt;depends_on:&lt;BR /&gt;- postgres&lt;BR /&gt;process-admin:&lt;BR /&gt;image: alfresco/process-services-admin:1.11.4.3&lt;BR /&gt;depends_on:&lt;BR /&gt;- process&lt;BR /&gt;- postgres-admin&lt;BR /&gt;environment:&lt;BR /&gt;ACTIVITI_ADMIN_DATASOURCE_USERNAME: alfresco&lt;BR /&gt;ACTIVITI_ADMIN_DATASOURCE_PASSWORD: alfresco&lt;BR /&gt;ACTIVITI_ADMIN_DATASOURCE_DRIVER: org.postgresql.Driver&lt;BR /&gt;ACTIVITI_ADMIN_HIBERNATE_DIALECT: org.hibernate.dialect.PostgreSQLDialect&lt;BR /&gt;ACTIVITI_ADMIN_DATASOURCE_URL: 'jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://postgres-admin:5432/activiti-admin?characterEncoding=UTF-8'&lt;BR /&gt;ACTIVITI_ADMIN_REST_APP_HOST: &lt;A href="http://process" target="_blank" rel="noopener nofollow noreferrer"&gt;http://process&lt;/A&gt;&lt;BR /&gt;ACTIVITI_ADMIN_REST_APP_POR: 8080&lt;BR /&gt;# ACTIVITI_ADMIN_REST_APP_USERNAME: admin@app.activiti.com&lt;BR /&gt;# ACTIVITI_ADMIN_REST_APP_PASSWORD: admin&lt;BR /&gt;# ACTIVITI_ADMIN_CSRF_DISABLED: 'true'&lt;BR /&gt;# ACTIVITI_ADMIN_CORS_ENABLED: 'true'&lt;BR /&gt;volumes:&lt;BR /&gt;- "/./activiti-lic/:/root/.activiti/enterprise-license/:ro"&lt;BR /&gt;ports:&lt;BR /&gt;- "8092:8090"&lt;BR /&gt;links:&lt;BR /&gt;- postgres-admin&lt;BR /&gt;- process&lt;/P&gt;&lt;P&gt;postgres-activiti:&lt;BR /&gt;image: postgres:13.3&lt;BR /&gt;environment:&lt;BR /&gt;POSTGRES_DB: activiti&lt;BR /&gt;POSTGRES_USER: alfresco&lt;BR /&gt;POSTGRES_PASSWORD: alfresco&lt;BR /&gt;&lt;BR /&gt;postgres-admin:&lt;BR /&gt;image: postgres:13.3&lt;BR /&gt;environment:&lt;BR /&gt;POSTGRES_DB: activiti-admin&lt;BR /&gt;POSTGRES_USER: alfresco&lt;BR /&gt;POSTGRES_PASSWORD: alfresco&lt;BR /&gt;activemq:&lt;BR /&gt;image: alfresco/alfresco-activemq:5.16.4-jre11-centos7&lt;BR /&gt;mem_limit: 1g&lt;BR /&gt;ports:&lt;BR /&gt;- "8161:8161" # Web Console&lt;BR /&gt;- "5672:5672" # AMQP&lt;BR /&gt;- "61616:61616" # OpenWire&lt;BR /&gt;- "61613:61613" # STOMP&lt;/P&gt;&lt;P&gt;digital-workspace:&lt;BR /&gt;image: quay.io/alfresco/alfresco-digital-workspace:2.7.0&lt;BR /&gt;mem_limit: 128m&lt;BR /&gt;environment:&lt;BR /&gt;APP_CONFIG_AUTH_TYPE: "BASIC"&lt;BR /&gt;BASE_PATH: ./&lt;BR /&gt;APP_BASE_SHARE_URL: "&lt;A href="http://localhost:8080/workspace/#/preview/s" target="_blank" rel="noopener nofollow noreferrer"&gt;http://localhost:8080/workspace/#/preview/s&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;control-center:&lt;BR /&gt;image: quay.io/alfresco/alfresco-admin-app:7.2.0&lt;BR /&gt;mem_limit: 128m&lt;BR /&gt;environment:&lt;BR /&gt;APP_CONFIG_PROVIDER: "ECM"&lt;BR /&gt;APP_CONFIG_AUTH_TYPE: "BASIC"&lt;BR /&gt;BASE_PATH: ./&lt;/P&gt;&lt;P&gt;proxy:&lt;BR /&gt;image: alfresco/alfresco-acs-nginx:3.3.0&lt;BR /&gt;mem_limit: 128m&lt;BR /&gt;depends_on:&lt;BR /&gt;- alfresco&lt;BR /&gt;- digital-workspace&lt;BR /&gt;- control-center&lt;BR /&gt;- process&lt;BR /&gt;ports:&lt;BR /&gt;- "8080:8080"&lt;BR /&gt;links:&lt;BR /&gt;- digital-workspace&lt;BR /&gt;- alfresco&lt;BR /&gt;- share&lt;BR /&gt;- control-center&lt;BR /&gt;- process&lt;BR /&gt;- process-admin&lt;/P&gt;&lt;P&gt;sync-service:&lt;BR /&gt;image: quay.io/alfresco/service-sync:3.6.0&lt;BR /&gt;mem_limit: 1g&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: " -Dsql.db.driver=org.postgresql.Driver -Dsql.db.url=jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://postgres:5432/alfresco -Dsql.db.username=alfresco -Dsql.db.password=alfresco -Dmessaging.broker.host=activemq -Drepo.hostname=alfresco -Drepo.port=8080 -Ddw.server.applicationConnectors[0].type=http -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80 "&lt;BR /&gt;ports:&lt;BR /&gt;- "9090:9090"&lt;/P&gt;&lt;P&gt;volumes:&lt;BR /&gt;shared-file-store-volume:&lt;BR /&gt;driver_opts:&lt;BR /&gt;type: tmpfs&lt;BR /&gt;device: tmpfs&lt;/P&gt;</description>
      <pubDate>Sun, 11 Dec 2022 12:54:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-with-aps-in-the-same-docker-compose-with-acs/m-p/126714#M34487</guid>
      <dc:creator>faobek</dc:creator>
      <dc:date>2022-12-11T12:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with APS in the same docker compose with ACS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-with-aps-in-the-same-docker-compose-with-acs/m-p/126715#M34488</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you try with &lt;A href="http://localhost:8091/activiti-app" target="_blank" rel="nofollow noopener noreferrer"&gt;http://localhost:8091/activiti-app&lt;/A&gt;? If you access to &lt;A href="http://localhost:8080/activiti-app" target="_blank" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/activiti-app&lt;/A&gt; the proxy service is listening your request. However, the nginx docker image does not support the APS.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 22:21:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-with-aps-in-the-same-docker-compose-with-acs/m-p/126715#M34488</guid>
      <dc:creator>scampoy1</dc:creator>
      <dc:date>2022-12-15T22:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with APS in the same docker compose with ACS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-with-aps-in-the-same-docker-compose-with-acs/m-p/126716#M34489</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for prompt reply.&lt;/P&gt;&lt;P&gt;I already try both without results.&lt;/P&gt;&lt;P&gt;"the nginx docker image does not support the APS".where can I find further infomation about this.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2022 12:44:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-with-aps-in-the-same-docker-compose-with-acs/m-p/126716#M34489</guid>
      <dc:creator>faobek</dc:creator>
      <dc:date>2022-12-18T12:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with APS in the same docker compose with ACS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-with-aps-in-the-same-docker-compose-with-acs/m-p/126717#M34490</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;As you can see on the &lt;A href="https://github.com/Alfresco/acs-ingress" target="_self" rel="nofollow noopener noreferrer"&gt;github page&lt;/A&gt; for Alfresco nginx proxy, this service only proxy requests for:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Repository&lt;/LI&gt;&lt;LI&gt;Share&lt;/LI&gt;&lt;LI&gt;Alfresco Content App&lt;/LI&gt;&lt;LI&gt;Alfresco Digital Workspace&lt;/LI&gt;&lt;LI&gt;Control Center&lt;/LI&gt;&lt;LI&gt;Sync Service&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The requests for the APS context (activiti-app) aren't answered by nginx.&lt;/P&gt;&lt;P&gt;I hope this answer will be usefull for you.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 07:29:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-with-aps-in-the-same-docker-compose-with-acs/m-p/126717#M34490</guid>
      <dc:creator>scampoy1</dc:creator>
      <dc:date>2022-12-19T07:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with APS in the same docker compose with ACS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-with-aps-in-the-same-docker-compose-with-acs/m-p/126718#M34491</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for this helpfull link.&lt;/P&gt;&lt;P&gt;In other way, is there a solution for having ACS and APS in same yml file?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 09:08:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-with-aps-in-the-same-docker-compose-with-acs/m-p/126718#M34491</guid>
      <dc:creator>faobek</dc:creator>
      <dc:date>2022-12-19T09:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with APS in the same docker compose with ACS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-with-aps-in-the-same-docker-compose-with-acs/m-p/126719#M34492</link>
      <description>&lt;P&gt;Yes, sure. In fact, your Dockerfile is 90% right.&lt;/P&gt;&lt;P&gt;Remove process and process-admin references fron nginx Service.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you start this Alfresco using compose, you should access to APS throught the port 8091, &lt;A href="http://localhost:8091/activiti-app" target="_blank" rel="nofollow noopener noreferrer"&gt;http://localhost:8091/activiti-app&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 14:14:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-with-aps-in-the-same-docker-compose-with-acs/m-p/126719#M34492</guid>
      <dc:creator>scampoy1</dc:creator>
      <dc:date>2022-12-19T14:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with APS in the same docker compose with ACS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-with-aps-in-the-same-docker-compose-with-acs/m-p/126720#M34493</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks, I'll correct this and answer.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 09:27:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-with-aps-in-the-same-docker-compose-with-acs/m-p/126720#M34493</guid>
      <dc:creator>faobek</dc:creator>
      <dc:date>2022-12-20T09:27:20Z</dc:date>
    </item>
  </channel>
</rss>

