│
▼
│
▼
│
▼
make setup
|
click to view configuration details
Variable | Default | Description |
---|---|---|
API Configuration | ||
API_PORT |
8000 | Port on which the FastAPI backend service will listen |
API_HOST |
localhost | Hostname for the FastAPI backend service |
Database Configuration | ||
POSTGRES_SOCKET |
Path to the PostgreSQL socket directory (preferred if both socket and host/port are set) | |
POSTGRES_PORT |
5432 | Port number for PostgreSQL database connection (used if socket is not set) |
POSTGRES_HOST |
localhost | Hostname for the PostgreSQL database (used if socket is not set) |
POSTGRES_USER |
admin | PostgreSQL username for database authentication |
POSTGRES_PASSWORD |
(generated) | PostgreSQL password for database authentication |
POSTGRES_DB |
mycelium_db | Name of the PostgreSQL database |
Keycloak Configuration | ||
KC_PORT |
8081 | Port number for Keycloak server |
KC_HOST |
localhost | Hostname for the Keycloak server |
KC_BOOTSTRAP_ADMIN_USERNAME |
admin | Keycloak administrator username |
KC_BOOTSTRAP_ADMIN_PASSWORD |
(generated) | Keycloak administrator password |
KC_MANAGEMENT_PORT |
9000 | Keycloak management port |
KC_REALM |
mycelium | Name of the Keycloak realm |
KC_CLIENT_ID |
(generated) | Client ID for Keycloak authentication |
KC_GOOGLE_CLIENT_ID |
- | Optional client ID for Google authentication |
KC_GOOGLE_CLIENT_SECRET |
- | Optional client secret for Google authentication |
Frontend Configuration | ||
FRONTEND_PORT |
8080 | Port on which the Vue.js frontend will be served |
FRONTEND_HOST |
localhost | Hostname for the frontend service in the Docker network |
NGINX_LOG_LEVEL |
error | Logging level for Nginx reverse proxy |
│
▼
│
▼
│
▼