fix: workflows

This commit is contained in:
2025-10-11 11:03:57 +02:00
parent 46ab66c600
commit c69e86fb95
10 changed files with 619 additions and 162 deletions

View File

@@ -0,0 +1,6 @@
# Stack identification
COMPOSE_PROJECT_NAME=auth
# Note: All configuration variables are now in the root .env file
# with AUTH_ prefix (e.g., AUTH_TRAEFIK_HOST, AUTH_DOCKER_IMAGE, AUTH_DB_NAME)
# All secrets are in secrets.env (e.g., AUTH_KC_ADMIN_PASSWORD)