Running Lago on Autodock
dev.toยท13hยท
Discuss: DEV
๐ŸฆญPodman
Preview
Report Post

Autodockโ€™s core promise is that it takes a project (the messier the better) that lives on localhost and moves it to a real, inspectable and introspectable remote environment with as little friction as possible.

Recently, I wanted to try out Autodock on a new repo. So I picked a project that I like a lot: Lago, an open-source usage-based billing platform with a Rails API, a React frontend, a Go event processor, Postgres, Redis, and Kafka.

And to really stress test Autodock, I did the following:

  1. I cloned the Lago repo.
  2. I deleted every Dockerfile and docker-compose file.
  3. I tried to run the entire thing on Autodock anyway.

Autodock, true to form, iteratively reconstructed a fully functioning deployment of Lagoโ€ฆ

Similar Posts

Loading similar posts...