Skip to content

Commit

Permalink
Merge pull request #94 from alanraju-aot/develop
Browse files Browse the repository at this point in the history
FWF-4300:- Updation in the env to remove gunicorn issue in the webapi side.
  • Loading branch information
alanraju-aot authored Feb 3, 2025
2 parents 9d37042 + 5ce0e6e commit ba52620
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose/docker-compose-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ services:
CONFIGURE_LOGS: ${CONFIGURE_LOGS:-true}
REDIS_URL: ${REDIS_URL:-redis://redis:6379/0}
FORMSFLOW_ADMIN_URL: ${FORMSFLOW_ADMIN_URL}
GUNICORN_WORKERS: ${GUNICORN_WORKERS:-5}
GUNICORN_THREADS: ${GUNICORN_THREADS:-10}
GUNICORN_TIMEOUT: ${GUNICORN_TIMEOUT:-120}
ports:
- "5001:5000"
networks:
Expand Down
3 changes: 3 additions & 0 deletions docker-compose/docker-compose-ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,9 @@ services:
CONFIGURE_LOGS: ${CONFIGURE_LOGS:-true}
REDIS_URL: ${REDIS_URL:-redis://redis:6379/0}
FORMSFLOW_ADMIN_URL: ${FORMSFLOW_ADMIN_URL}
GUNICORN_WORKERS: ${GUNICORN_WORKERS:-5}
GUNICORN_THREADS: ${GUNICORN_THREADS:-10}
GUNICORN_TIMEOUT: ${GUNICORN_TIMEOUT:-120}
ports:
- "5001:5000"
networks:
Expand Down
3 changes: 3 additions & 0 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@ services:
CONFIGURE_LOGS: ${CONFIGURE_LOGS:-true}
REDIS_URL: ${REDIS_URL:-redis://redis:6379/0}
FORMSFLOW_ADMIN_URL: ${FORMSFLOW_ADMIN_URL}
GUNICORN_WORKERS: ${GUNICORN_WORKERS:-5}
GUNICORN_THREADS: ${GUNICORN_THREADS:-10}
GUNICORN_TIMEOUT: ${GUNICORN_TIMEOUT:-120}
ports:
- "5001:5000"
networks:
Expand Down
3 changes: 3 additions & 0 deletions docker-compose/sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ FORMSFLOW_API_DB_PASSWORD=""
FORMSFLOW_API_DB_HOST=""
FORMSFLOW_API_DB_PORT=""
FORMSFLOW_API_DB_NAME=""
GUNICORN_WORKERS: ${GUNICORN_WORKERS:-5}
GUNICORN_THREADS: ${GUNICORN_THREADS:-10}
GUNICORN_TIMEOUT: ${GUNICORN_TIMEOUT:-120}


#FORMSFLOW_API_DB_URL=postgresql://postgres:changeme@forms-flow-webapi-db:5432/webapi
Expand Down

0 comments on commit ba52620

Please sign in to comment.