fix(production): Limiting docker to 1GB of memory

This commit is contained in:
Chris Troutner
2024-08-19 06:29:16 -07:00
parent 3ffbed27b5
commit 6894217078
+1 -1
View File
@@ -22,7 +22,7 @@ services:
options: options:
max-size: '10m' max-size: '10m'
max-file: '10' max-file: '10'
mem_limit: 4000mb mem_limit: 1000mb
links: links:
- mongo-ipfs-service - mongo-ipfs-service
ports: ports: