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,14 +1,24 @@
# =================================================================
# NEWS Stack Configuration
# =================================================================
# Stack identification
COMPOSE_PROJECT_NAME=news
# Docker image
# Database name
DB_NAME=letterspace
# Traefik hostname
TRAEFIK_HOST=news.pivoine.art
# Traefik configuration
TRAEFIK_ENABLED=true
TRAEFIK_HOST=${TRAEFIK_HOST_NEWS}
# App settings
# Application port
APP_PORT=5000
# JWT secret (generate with: openssl rand -hex 32)
JWT_SECRET=changeme
# Additional configuration
# NOTE: Secrets are stored in root secrets.env file
# Available secrets for this stack:
# - NEWS_JWT_SECRET=CHANGE_ME_GENERATE_WITH_KOMPOSE

View File

@@ -0,0 +1,14 @@
# Stack identification
COMPOSE_PROJECT_NAME=news
# Database name
DB_NAME=letterspace
# Traefik hostname
TRAEFIK_HOST=news.pivoine.art
# App settings
APP_PORT=5000
# JWT secret (generate with: openssl rand -hex 32)
JWT_SECRET=changeme