Deploy PGBackWeb on Coolify and backup multiple PostgreSQL databases to S3-compatible storage buckets. Best for when db is defined in a monorepo docker-compose and coolify cannot auto-detect it.
- In Coolify, create a new Service → Docker Compose
- Paste the
docker-compose.ymlcontent - Deploy - Coolify handles the rest
- Under services, find pgbackweb and assign domain, make sure to add port
8085(eg.pgbackweb.yourdomain.com:8085)