version: '3' services: postgres-backup: image: kartoza/pg-backup:14-3.3 container_name: postgres-backup volumes: - ./local_backups:/backups env_file: - ./env_secrets/pg_backup_local.env