update docker

This commit is contained in:
2026-08-20 11:18:11 +05:30
parent e7886b40d1
commit 326f149729
+8 -8
View File
@@ -5,17 +5,17 @@ PORT=4501
BUILD_COMMAND=npm run build:development
# Database
POSTGRES_HOST=localhost
POSTGRES_DB=myapp_development
POSTGRES_USER=myapp_development
POSTGRES_PASSWORD=dev_password
DATABASE_URL=postgresql://myapp_development:dev_password@localhost:5433/myapp_development
POSTGRES_HOST=postgres
POSTGRES_DB=support_dev
POSTGRES_USER=support_user
POSTGRES_PASSWORD=z1F3tKF1JNDBQmMq95Up
DATABASE_URL=postgresql://support_user:z1F3tKF1JNDBQmMq95Up@postgres:5433/support_dev
# Redis
REDIS_HOST=localhost
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_PASSWORD=dev_redis_password
REDIS_PASSWORD=D7FJ7QDKo5gF9KQAO1GL
# Security & CORS
JWT_SECRET=super-secret-development-jwt-key-32-chars-long
CORS_ORIGINS=http://localhost:3000,http://localhost:5173,http://127.0.0.1:5173
CORS_ORIGINS=https://support-dev.maskantech.in