chore: remove Portainer-specific stack.env file
Environment variables are now managed directly in Komodo UI
This commit is contained in:
20
stack.env
20
stack.env
@@ -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
|
||||
Reference in New Issue
Block a user