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

@@ -0,0 +1,17 @@
# Stack identification
COMPOSE_PROJECT_NAME=track
# Docker image
DOCKER_IMAGE=ghcr.io/umami-software/umami:postgresql-latest
# Database name
DB_NAME=umami
# Traefik hostname
TRAEFIK_HOST=umami.pivoine.art
# App settings
APP_PORT=3000
# App secret (generate with: openssl rand -hex 32)
APP_SECRET=changeme