feat: add stack environment variables template

This commit is contained in:
2026-01-11 11:27:03 +00:00
parent c2c2c59645
commit 435d111630

20
stack.env Normal file
View File

@@ -0,0 +1,20 @@
# ==============================================================================
# Kestra Stack Environment Variables
# ==============================================================================
# This file is used by Portainer when deploying from Git repository.
# Sensitive values (marked CHANGE_ME) must be set in Portainer UI.
# ==============================================================================
# Tailscale
TS_AUTHKEY=CHANGE_ME
# PostgreSQL
DB_HOST=postgresql.taila5ad8.ts.net
DB_PORT=5432
DB_NAME=kestra
DB_USER=kestra
DB_PASSWORD=CHANGE_ME
# Kestra Authentication
KESTRA_ADMIN_USER=admin
KESTRA_ADMIN_PASSWORD=CHANGE_ME