blob: f7127a5a5bfabbe299ce4f78d150a1878129371e [file] [log] [blame]
services:
local:
image: jekyll/jekyll:latest
profiles: ["local"]
volumes:
- .:/srv/jekyll
ports:
- "4000:4000"
command: jekyll serve --watch --force_polling -config _config-local.yml
build:
image: jekyll/jekyll:latest
profiles: ["build"]
volumes:
- .:/srv/jekyll
command: jekyll build
volumes:
jekyll_data:
driver: local