1
0

Reduce worker count to 2

This commit is contained in:
Anton Vakhrushev 2025-01-25 16:48:05 +03:00
parent ba2891b18c
commit cad1c9bd89
Signed by: av
GPG Key ID: F5BF52FC352E255A

View File

@ -21,7 +21,7 @@ services:
GRAMPSWEB_EMAIL_HOST_PASSWORD: "${POSTBOX_PASS}" GRAMPSWEB_EMAIL_HOST_PASSWORD: "${POSTBOX_PASS}"
GRAMPSWEB_EMAIL_USE_TLS: "false" GRAMPSWEB_EMAIL_USE_TLS: "false"
GRAMPSWEB_DEFAULT_FROM_EMAIL: "gramps@vakhrushev.me" GRAMPSWEB_DEFAULT_FROM_EMAIL: "gramps@vakhrushev.me"
GUNICORN_NUM_WORKERS: 4 GUNICORN_NUM_WORKERS: 2
# media storage at s3 # media storage at s3
GRAMPSWEB_MEDIA_BASE_DIR: "s3://av-gramps-media-storage" GRAMPSWEB_MEDIA_BASE_DIR: "s3://av-gramps-media-storage"
AWS_ENDPOINT_URL: "https://storage.yandexcloud.net" AWS_ENDPOINT_URL: "https://storage.yandexcloud.net"