update docker
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Database Configuration
|
||||
DB_HOST=host.docker.internal
|
||||
DB_PORT=5432
|
||||
DB_USER=postgres
|
||||
DB_PASSWORD=gakbikinkembung25
|
||||
DB_NAME=careit_db
|
||||
POSTGRES_PASSWORD=gakbikinkembung25
|
||||
|
||||
# Backend Configuration
|
||||
BACKEND_PORT=8081
|
||||
|
||||
# Frontend Configuration
|
||||
FRONTEND_PORT=3000
|
||||
NEXT_PUBLIC_API_URL=http://backend:8081
|
||||
|
||||
# Development
|
||||
NODE_ENV=development
|
||||
Reference in New Issue
Block a user