mirror of
https://github.com/wsvincent/awesome-django.git
synced 2025-12-12 07:28:12 +00:00
🔧 Update docker compose commands and mounts
This commit is contained in:
@@ -2,18 +2,16 @@ services:
|
|||||||
|
|
||||||
devd:
|
devd:
|
||||||
image: ghcr.io/jefftriplett/devd:latest
|
image: ghcr.io/jefftriplett/devd:latest
|
||||||
command: --livewatch
|
command: ["--livewatch"]
|
||||||
expose:
|
|
||||||
- 8000
|
|
||||||
init: true
|
init: true
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
volumes:
|
volumes:
|
||||||
- .:/srv/jekyll
|
- .:/srv/jekyll:cached
|
||||||
|
|
||||||
jekyll:
|
jekyll:
|
||||||
image: jekyll/jekyll:latest
|
image: jekyll/jekyll:latest
|
||||||
command: jekyll serve --drafts --force_polling --watch --port 4000
|
command: ["jekyll", "serve", "--host", "0.0.0.0", "--port", "4000", "--livereload", "--drafts", "--force_polling"]
|
||||||
environment:
|
environment:
|
||||||
- BUNDLE_PATH=/usr/local/bundle
|
- BUNDLE_PATH=/usr/local/bundle
|
||||||
expose:
|
expose:
|
||||||
|
|||||||
Reference in New Issue
Block a user