refactor: remove worker, use Prefect Blocks for secrets #2

Merged
Damien merged 4 commits from refactor/remove-worker-use-blocks into main 2026-01-31 15:11:05 +00:00
Showing only changes of commit 115a690d8f - Show all commits

View File

@@ -70,6 +70,18 @@ services:
command: prefect server services start
restart: unless-stopped
# === PREFECT WORKER - PostgreSQL Backup ===
prefect-worker-pg-backup:
image: gitea.arnodo.fr/damien/prefect-worker-pg-backup:latest
container_name: prefect-worker-pg-backup
network_mode: service:tailscale
depends_on:
- prefect-server
environment:
- PREFECT_API_URL=http://localhost:4200/api
command: prefect worker start --pool pg-backup-pool --type process
restart: unless-stopped
volumes:
tailscale-state:
redis-data: