Figuring out how to deploy a containerized web application ...
5 replies
Continuing on this, and I am not looking into using Docker with
@sloppyIO ... made good progress so far, DB and
webserver are running. Now I need to figure out the proper way to initialize the
PostgreSQL database.
No joy right now because of dockerhub pull speeds of 1 MB/s ...
@sloppyIO It would be nice to get the docker
pull progress on the UI.
Giving up for today, we are mostly foot-gunning ourselves because of all the
code generation needed to run
https://github.com/distributeaid/shipment-tracker ... which is no biggy for a
dev server, but it's way to involved for reproducible prod deployments.
... and every container is potentially running db migrations, which also needs
to change.