add openai pdf upload support

This commit is contained in:
Tanmay Deep Sharma
2025-08-04 18:47:16 +05:30
parent 51b9fd8eca
commit 634782ea65
13 changed files with 693 additions and 5 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ services:
- mailhog
- sidekiq
ports:
- 3000:3000
- 3005:3000
env_file: .env
environment:
- VITE_DEV_SERVER_HOST=vite
@@ -92,7 +92,7 @@ services:
environment:
- POSTGRES_DB=chatwoot
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=
- POSTGRES_PASSWORD=postgres
redis:
image: redis:alpine