mirror of
https://github.com/wsvincent/awesome-django.git
synced 2025-12-12 07:28:12 +00:00
🚜 Updates compose
This commit is contained in:
26
compose.yml
Normal file
26
compose.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
services:
|
||||
|
||||
devd:
|
||||
image: ghcr.io/jefftriplett/devd:latest
|
||||
command: --livewatch
|
||||
expose:
|
||||
- 8000
|
||||
init: true
|
||||
ports:
|
||||
- 8000:8000
|
||||
volumes:
|
||||
- .:/srv/jekyll
|
||||
|
||||
jekyll:
|
||||
image: jekyll/jekyll:latest
|
||||
command: jekyll serve --drafts --force_polling --watch --port 4000
|
||||
environment:
|
||||
- BUNDLE_PATH=/usr/local/bundle
|
||||
expose:
|
||||
- 4000
|
||||
init: true
|
||||
ports:
|
||||
- 4000:4000
|
||||
volumes:
|
||||
- .:/srv/jekyll:cached
|
||||
- ./.vendor/bundle:/usr/local/bundle:cached
|
||||
Reference in New Issue
Block a user