Update memory limits for web and database services
This commit is contained in:
parent
92f48cbc30
commit
1047c9fc26
@ -75,7 +75,7 @@ services:
|
|||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpus: '0.40'
|
cpus: '0.40'
|
||||||
memory: '24MB'
|
memory: '25MB'
|
||||||
|
|
||||||
database:
|
database:
|
||||||
image: postgres:17-alpine
|
image: postgres:17-alpine
|
||||||
@ -101,7 +101,7 @@ services:
|
|||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpus: '0.25'
|
cpus: '0.25'
|
||||||
memory: '125MB'
|
memory: '124MB'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
backend:
|
backend:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user