mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-01-06 04:59:18 -05:00
13 lines
350 B
YAML
13 lines
350 B
YAML
services:
|
|
jekyll:
|
|
build: .
|
|
volumes:
|
|
- .:/srv/jekyll
|
|
ports:
|
|
- "4000:4000"
|
|
command: bundle exec jekyll serve --host 0.0.0.0 --watch --force_polling --livereload
|
|
environment:
|
|
- JEKYLL_ENV=development
|
|
- JEKYLL_NO_CACHE=true
|
|
- DISABLE_DISK_CACHE=true
|