add openai pdf upload support

This commit is contained in:
Tanmay Deep Sharma
2025-08-04 18:48:40 +05:30
parent 634782ea65
commit 6063a9e8a4
+2 -2
View File
@@ -34,7 +34,7 @@ services:
- mailhog
- sidekiq
ports:
- 3005:3000
- 3000: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
- POSTGRES_PASSWORD=
redis:
image: redis:alpine