About docker-compose deployment issues #3648
Replies: 1 comment
-
The error you're encountering with the
By focusing on these areas, you should be able to narrow down the cause of the
|
Beta Was this translation helpful? Give feedback.
-
Self Checks
Dify version
0.6.3
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
I use containers to deploy each service separately. After entering the web and having a conversation, it will cause the api service to error and restart.
✔️ Expected Behavior
Talk to the model normally
❌ Actual Behavior
/entrypoint.sh: line 27: 49 Killed gunicorn --bind "${DIFY_BIND_ADDRESS:-0.0.0.0}:${DIFY_PORT:-5001}" --workers ${SERVER_WORKER_AMOUNT:-1} --worker-class ${SERVER_WORKER_CLASS:-gevent} --timeout ${GUNICORN_TIMEOUT:-200} --preload app:app
Beta Was this translation helpful? Give feedback.
All reactions