tl;dr WIP
devd is a great livereload, reverse proxy, and latency + bandwidth simulation tool. devd pairs especially well with Jekyll and Django.
services:
devd:
image: ghcr.io/jefftriplett/devd:latest
command: --livewatch
ports:
- 8000:8000
volumes:
- .:/srv/jekyll