Add Docker configuration for deployment and fix Supabase types for contacts table

هذا الالتزام موجود في:
2025-10-29 15:31:19 +03:00
الأصل 39f346ecc8
التزام 2536eeceb4
8 ملفات معدلة مع 473 إضافات و632 حذوفات

عرض الملف

@@ -37,7 +37,7 @@ http {
# Proxy API requests to the backend server
location /api/ {
proxy_pass http://localhost:3001/;
proxy_pass http://backend:3001/;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';