Files
home/Projects/kompose/news/.env

25 lines
551 B
Bash
Raw Normal View History

2025-10-11 11:45:47 +02:00
# =================================================================
# NEWS Stack Configuration
# =================================================================
2025-10-08 10:35:48 +02:00
# Stack identification
COMPOSE_PROJECT_NAME=news
2025-10-11 11:45:47 +02:00
# Docker image
2025-10-08 10:35:48 +02:00
# Database name
DB_NAME=letterspace
2025-10-11 11:45:47 +02:00
# Traefik configuration
TRAEFIK_ENABLED=true
TRAEFIK_HOST=${TRAEFIK_HOST_NEWS}
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=5000
2025-10-11 11:45:47 +02:00
# Additional configuration
# NOTE: Secrets are stored in root secrets.env file
# Available secrets for this stack:
# - NEWS_JWT_SECRET=CHANGE_ME_GENERATE_WITH_KOMPOSE