add the env

This commit is contained in:
saqib mir
2026-08-19 19:03:45 +05:30
parent 51993f576f
commit e7886b40d1
3 changed files with 22 additions and 15 deletions
+4 -4
View File
@@ -5,14 +5,14 @@ PORT=4501
BUILD_COMMAND=npm run build:development
# Database
POSTGRES_HOST=postgres
POSTGRES_HOST=localhost
POSTGRES_DB=myapp_development
POSTGRES_USER=myapp_development
POSTGRES_PASSWORD=123456789
DATABASE_URL=postgresql://myapp_development:dev_password@postgres:5432/myapp_development
POSTGRES_PASSWORD=dev_password
DATABASE_URL=postgresql://myapp_development:dev_password@localhost:5433/myapp_development
# Redis
REDIS_HOST=redis
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_PASSWORD=dev_redis_password