feat: add stack environment variables template

This commit is contained in:
2026-01-30 14:02:47 +00:00
parent 555a18a00a
commit be4f43024b

15
stack.env Normal file
View File

@@ -0,0 +1,15 @@
# ==============================================================================
# Prefect 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 (external database)
DB_HOST=postgresql.taila5ad8.ts.net
DB_PORT=5432
DB_USER=prefect
DB_PASSWORD=CHANGE_ME