From 3d37355b676014a07c6be66f57ef1c512fbce096 Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Sat, 31 Jan 2026 12:12:05 +0000 Subject: [PATCH] chore: remove Portainer-specific stack.env file Environment variables are now managed directly in Komodo UI --- stack.env | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 stack.env diff --git a/stack.env b/stack.env deleted file mode 100644 index dbe9b6c..0000000 --- a/stack.env +++ /dev/null @@ -1,20 +0,0 @@ -# ============================================================================= -# 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 - -# S3 Storage (Garage) - for backup worker -S3_ACCESS_KEY=CHANGE_ME -S3_SECRET_KEY=CHANGE_ME -S3_ENDPOINT_URL=https://s3.taila5ad8.ts.net