updated APS memory limit mins
This commit is contained in:
parent
7590f2d390
commit
dee72646e6
@ -41,7 +41,7 @@ services:
|
|||||||
|
|
||||||
postgres-aps:
|
postgres-aps:
|
||||||
image: postgres:11.6
|
image: postgres:11.6
|
||||||
mem_limit: 256m
|
mem_limit: 128m
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: activiti
|
POSTGRES_DB: activiti
|
||||||
POSTGRES_USER: alfresco
|
POSTGRES_USER: alfresco
|
||||||
@ -73,6 +73,7 @@ services:
|
|||||||
proxy:
|
proxy:
|
||||||
build: ./nginx-ingress
|
build: ./nginx-ingress
|
||||||
image: local/nginx-ingress:aps
|
image: local/nginx-ingress:aps
|
||||||
|
mem_limit: 256m
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user