Learn Buffalo

Develop or Deploy with Docker

Part 10

Build a web app inside Docker for local development or deploy on a cloud provider.

  • multi-stage Docker builds
  • build an image to run your Buffalo app locally
  • connecting to a hosted database
  • push your project to Render.com and run as a Docker container
  • use docker-compose to run the app and database in separate containers

Watch the video

View the code