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

  1. Spin up a VPS (Hetzner, DigitalOcean, or Vultr above).
  2. Install Docker: curl -fsSL https://get.docker.com | sh
  3. Save the generated file as docker-compose.yml.
  4. Replace the placeholder image + ports with the values from the project's docs.
  5. docker compose up -d — done.