Update memory limits for web and database services

This commit is contained in:
Jose Eduardo 2025-08-17 19:18:11 -04:00
parent 92f48cbc30
commit 1047c9fc26

View File

@ -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: