mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 21:41:57 +00:00
Another attempt to fix gunicorn
This commit is contained in:
@@ -136,7 +136,7 @@ services:
|
|||||||
- INVENIO_RDM_DEFAULT_CITATION_STYLE = "vancouver"
|
- INVENIO_RDM_DEFAULT_CITATION_STYLE = "vancouver"
|
||||||
|
|
||||||
# Custom gunicorn config settings
|
# Custom gunicorn config settings
|
||||||
- GUNICORN_CMD_ARGS="--worker-connections=300 --timeout 43200 --graceful-timeout 600"
|
- GUNICORN_CMD_ARGS=--worker-connections 300 --timeout 43200 --graceful-timeout 600
|
||||||
depends_on:
|
depends_on:
|
||||||
search:
|
search:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
|
|||||||
Reference in New Issue
Block a user