Files
home/Projects/kompose/dash/.env

27 lines
634 B
Bash
Raw Normal View History

2025-10-11 11:45:47 +02:00
# =================================================================
# DASH Stack Configuration
# =================================================================
2025-10-08 10:35:48 +02:00
# Stack identification
COMPOSE_PROJECT_NAME=dash
# Docker image
DOCKER_IMAGE=ghcr.io/gethomepage/homepage:latest
2025-10-11 11:45:47 +02:00
# Traefik configuration
TRAEFIK_ENABLED=true
TRAEFIK_HOST=${TRAEFIK_HOST_DASH}
2025-10-08 10:35:48 +02:00
2025-10-11 11:45:47 +02:00
# Application port
2025-10-08 10:35:48 +02:00
APP_PORT=3000
2025-10-11 11:45:47 +02:00
# Additional configuration
2025-10-08 10:35:48 +02:00
NETWORK_NAME=kompose
PUID=1000
PGID=1000
ALLOWED_HOST=pivoine.art
2025-10-11 11:45:47 +02:00
# NOTE: Secrets are stored in root secrets.env file
# Available secrets for this stack:
# - DASH_NEXTAUTH_SECRET=CHANGE_ME_GENERATE_WITH_KOMPOSE