master #117

Merged
emmatveev merged 2 commits from master into prod 2025-06-20 17:19:39 +03:00
Showing only changes of commit 62813a17af - Show all commits

View File

@ -67,6 +67,13 @@ services:
constraints: [node.labels.stage == production]
update_config:
parallelism: 1
resources:
limits:
memory: 1024M
cpus: '1.0'
reservations:
memory: 512M
cpus: '0.50'
postgres:
image: postgres:14-alpine3.19