Hacker News new | ask | show | jobs
by grantpalin 3050 days ago
I recently started running some WP sites (and some non-WP as well) via Docker containers on a Digital Ocean droplet. Building a docker-compose file for each site and defining volumes allows the container to be updated or replaced while keeping data & content intact (if passed in via volumes). Orchestrated using Traefik for reverse proxying and SSL certs. Wouldn't want to go back to setting up sites manually.