feat: kompose secrets

This commit is contained in:
2025-10-11 11:45:47 +02:00
parent c69e86fb95
commit a18d68f336
43 changed files with 904 additions and 182 deletions

View File

@@ -1,20 +1,26 @@
# =================================================================
# DASH Stack Configuration
# =================================================================
# Stack identification
COMPOSE_PROJECT_NAME=dash
# Docker image
DOCKER_IMAGE=ghcr.io/gethomepage/homepage:latest
# Traefik hostname
TRAEFIK_HOST=dash.localhost
# Traefik configuration
TRAEFIK_ENABLED=true
TRAEFIK_HOST=${TRAEFIK_HOST_DASH}
# App port
# Application port
APP_PORT=3000
# Network
# Additional configuration
NETWORK_NAME=kompose
# User/Group IDs
PUID=1000
PGID=1000
ALLOWED_HOST=pivoine.art
# NOTE: Secrets are stored in root secrets.env file
# Available secrets for this stack:
# - DASH_NEXTAUTH_SECRET=CHANGE_ME_GENERATE_WITH_KOMPOSE

View File

@@ -0,0 +1,20 @@
# Stack identification
COMPOSE_PROJECT_NAME=dash
# Docker image
DOCKER_IMAGE=ghcr.io/gethomepage/homepage:latest
# Traefik hostname
TRAEFIK_HOST=dash.localhost
# App port
APP_PORT=3000
# Network
NETWORK_NAME=kompose
# User/Group IDs
PUID=1000
PGID=1000
ALLOWED_HOST=pivoine.art