feat : add docker

This commit is contained in:
Yusron alamsyah
2026-02-27 14:17:28 +07:00
parent a1efe0a73b
commit 8d9c2585e4
10 changed files with 459 additions and 25 deletions
+23
View File
@@ -0,0 +1,23 @@
# Environment Variables Example
# Copy this file to .env and fill in your values
# This file is used by both development and Docker
# Application
NODE_ENV=development
# Keycloak Configuration
KEYCLOAK_ISSUER=https://your-keycloak-server/realms/your-realm
KEYCLOAK_CLIENT_ID=your-client-id
KEYCLOAK_CLIENT_SECRET=your-client-secret
# API Configuration
NUXT_PUBLIC_API_BASE_URL=https://your-api-server.com
NUXT_PUBLIC_AUTH_URL=http://localhost:3005
# Database (if needed)
# DATABASE_URL=postgresql://user:password@postgres:5432/dbname
# Redis (if using Redis for session store)
# REDIS_HOST=redis
# REDIS_PORT=6379
# REDIS_PASSWORD=your-redis-password