chore(infrastructure): 🔧 Update production Docker Compose for optimized service networking and resource allocation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
251b5704c2
commit
d356a0194d
1 changed files with 3 additions and 3 deletions
|
|
@ -90,9 +90,9 @@ services:
|
|||
dockerfile: Dockerfile
|
||||
container_name: analytics-collector
|
||||
restart: unless-stopped
|
||||
mem_limit: 256m
|
||||
memswap_limit: 256m
|
||||
mem_reservation: 128m
|
||||
mem_limit: 384m
|
||||
memswap_limit: 384m
|
||||
mem_reservation: 192m
|
||||
ports:
|
||||
- "127.0.0.1:4001:4001"
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue