Hacker News new | ask | show | jobs
by dzolvd 3048 days ago
Makes sense, I am enjoying looking through the source as we are moving to an ansible and hopefully dockerized deployment model.
1 comments

Of course it's dockerized, it has to be cool, right? :)

Ansible is running docker-compose up -d on deployment an Traefik is doing the magic. I want to extend it to host multiple sites in the future. (Btw. Ansible ran from a central location is painfully slow because of the large latency to the edge nodes.)

The content itself is deployed using rsync, Ansible was just too painfully slow for that.