update docker
This commit is contained in:
+8
-8
@@ -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
|
||||
Reference in New Issue
Block a user