feat: add Prefect worker for PostgreSQL backups #1

Merged
Damien merged 4 commits from feature/add-pg-backup-worker into main 2026-01-31 12:09:59 +00:00
Showing only changes of commit c8e67e7bbb - Show all commits

View File

@@ -1,9 +1,9 @@
# ==============================================================================
# =============================================================================
# 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
@@ -13,3 +13,8 @@ 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