Learn Buffalo in Go - Part 10 Deploy with Docker

Поделиться
HTML-код
  • Опубликовано: 13 июл 2024
  • Part 10. Deploy with Docker
    Running a Buffalo application inside Docker on a local machine, or deploying to cloud providers.
    Also, a sample docker-compose script to run a database inside a container alongside the Buffalo app.
    Topics covered:
    0:00 - Intro
    0:33 - Breakdown of multistage build
    1:21 - Modify to run with Nginx
    2:35 - Options for running Buffalo inside Docker
    4:09 - Heroku plugin
    4:41 - Hosted Postgres on Render.com
    5:07 - Buffalo dev server connecting to hosted DB
    5:21 - Build and run a local docker image
    6:25 - Run application on Render.com
    7:41 - Sample docker-compose
    Docker images:
    hub.docker.com/r/gobuffalo/bu...
    hub.docker.com/_/postgres
    hub.docker.com/_/nginx
    Github repo:
    github.com/briwagner/learn-bu...
    This video was re-uploaded to fix audio problems.
    Original: • Learn Buffalo in Go - ...
    Series playlist:
    • Web application develo...
  • ХоббиХобби

Комментарии • 2

  • @rodrigob
    @rodrigob 2 года назад

    Thanks for the tutorial, I found it really interesting and informative.

  • @joaoribeirodasilva8122
    @joaoribeirodasilva8122 Год назад +1

    Greate tutorial!