An open API service indexing awesome lists of open source software.

https://github.com/jefftriplett/devd

🐳 A Dockerfile/Docker Image for running devd
https://github.com/jefftriplett/devd

devd docker dockerfile proxy

Last synced: 8 months ago
JSON representation

🐳 A Dockerfile/Docker Image for running devd

Awesome Lists containing this project

README

          

# :construction: devd :construction:

tl;dr WIP

[devd](https://github.com/cortesi/devd) is a great livereload, reverse proxy, and latency + bandwidth simulation tool.
devd pairs especially well with [Jekyll](https://github.com/jekyll/jekyll) and [Django](https://github.com/django/django).

## Using with Docker Compose

```yaml
services:
devd:
image: ghcr.io/jefftriplett/devd:latest
command: --livewatch
ports:
- 8000:8000
volumes:
- .:/srv/jekyll
```