open-webui/backend
Giulio De Pasquale 1cbbfc7c66
fix: use exec the uvicorn process to handle Docker's SIGTERM correctly
Replace the shell with the uvicorn process, so it becomes PID 1 and receives the signals directly
2024-01-24 17:57:35 +00:00
..
apps Merge pull request #549 from Marclass/main 2024-01-22 23:13:53 -08:00
data fix: docker container volume mount location 2023-12-27 00:11:23 -08:00
utils chore: disable passlib log 2024-01-05 12:22:27 -08:00
.dockerignore chore: dockerignore added 2023-12-26 02:22:06 -08:00
.gitignore feat: chromadb vector store api 2024-01-06 22:59:22 -08:00
config.py feat: custom interface support 2024-01-22 21:07:40 -08:00
constants.py feat: Add epub support 2024-01-19 12:23:59 -05:00
dev.sh refac: SERVER_PORT renamed to PORT 2024-01-12 19:38:30 -08:00
main.py fix: disable swagger doc in prod 2024-01-07 02:48:21 -08:00
requirements.txt feat: Add epub support 2024-01-19 12:23:59 -05:00
start.sh fix: use exec the uvicorn process to handle Docker's SIGTERM correctly 2024-01-24 17:57:35 +00:00