Merge remote-tracking branch 'origin/acs-frontend' into acs-aims
This commit is contained in:
commit
52c8e24b3a
@ -55,6 +55,7 @@ services:
|
||||
|
||||
transform-core-aio:
|
||||
image: alfresco/alfresco-transform-core-aio:2.3.6
|
||||
mem_limit: 1g
|
||||
|
||||
share:
|
||||
image: alfresco/alfresco-share:6.2.2
|
||||
@ -84,7 +85,7 @@ services:
|
||||
|
||||
postgres-acs:
|
||||
image: postgres:11.7
|
||||
mem_limit: 512m
|
||||
mem_limit: 128m
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=alfresco
|
||||
- POSTGRES_USER=alfresco
|
||||
@ -93,7 +94,7 @@ services:
|
||||
|
||||
search:
|
||||
image: alfresco/alfresco-search-services:2.0.1
|
||||
mem_limit: 2g
|
||||
mem_limit: 1g
|
||||
environment:
|
||||
- SOLR_ALFRESCO_HOST=platform
|
||||
- SOLR_ALFRESCO_PORT=8080
|
||||
@ -104,7 +105,7 @@ services:
|
||||
|
||||
activemq:
|
||||
image: alfresco/alfresco-activemq:5.15.8
|
||||
mem_limit: 256m
|
||||
mem_limit: 512m
|
||||
|
||||
identity:
|
||||
image: alfresco/alfresco-identity-service:1.4.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user