Docker Compose generator
Pick a Docker-ready app and get a starter docker-compose.yml.
The image name is a placeholder — grab the real one from the project's docs
(linked), then docker compose up -d on your VPS.
Pick an app to generate a docker-compose.yml.
How to use this
- Spin up a VPS (Hetzner, DigitalOcean, or Vultr above).
- Install Docker:
curl -fsSL https://get.docker.com | sh - Save the generated file as
docker-compose.yml. - Replace the placeholder image + ports with the values from the project's docs.
docker compose up -d— done.