postgres limit
This commit is contained in:
parent
1432ad9a29
commit
fbeb9668e1
@ -37,6 +37,11 @@ services:
|
|||||||
update_config:
|
update_config:
|
||||||
parallelism: 1
|
parallelism: 1
|
||||||
order: start-first
|
order: start-first
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: '1.0'
|
||||||
|
reservations:
|
||||||
|
cpus: '0.50'
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:6.0.2
|
image: mongo:6.0.2
|
||||||
|
Loading…
Reference in New Issue
Block a user