diff --git a/infrastructure/docker-compose.yml b/infrastructure/docker-compose.yml index 0c2f5e8..e397111 100644 --- a/infrastructure/docker-compose.yml +++ b/infrastructure/docker-compose.yml @@ -11,11 +11,11 @@ services: replicas: 2 resources: limits: - cpus: "0.3" - memory: 128M + cpus: "0.6" + memory: 32M reservations: - cpus: "0.3" - memory: 128M + cpus: "0.2" + memory: 32M update_config: parallelism: 1 failure_action: rollback @@ -40,10 +40,10 @@ services: resources: limits: cpus: "0.05" - memory: 16M + memory: 64M reservations: cpus: "0.05" - memory: 16M + memory: 64M restart_policy: condition: on-failure window: 30s @@ -61,11 +61,11 @@ services: replicas: 2 resources: limits: - cpus: "0.15" - memory: 64M + cpus: "0.1" + memory: 32M reservations: - cpus: "0.15" - memory: 64M + cpus: "0.1" + memory: 32M update_config: parallelism: 1 failure_action: rollback