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
- Host: GitHub
- URL: https://github.com/jefftriplett/devd
- Owner: jefftriplett
- License: mit
- Created: 2021-12-28T14:59:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-29T22:41:10.000Z (about 4 years ago)
- Last Synced: 2025-02-27T08:08:42.838Z (11 months ago)
- Topics: devd, docker, dockerfile, proxy
- Language: Dockerfile
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```