refactor: keep worker, remove S3 secrets (use Prefect Blocks instead)
This commit is contained in:
@@ -70,6 +70,18 @@ services:
|
|||||||
command: prefect server services start
|
command: prefect server services start
|
||||||
restart: unless-stopped
|
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:
|
volumes:
|
||||||
tailscale-state:
|
tailscale-state:
|
||||||
redis-data:
|
redis-data:
|
||||||
|
|||||||
Reference in New Issue
Block a user