set jekyll version

This commit is contained in:
rzen 2019-09-06 08:43:02 -04:00
parent 8b7f88e72e
commit 9d3a83a054

View File

@ -5,8 +5,9 @@ services:
jekyll-serve:
container_name: jekyll-serve
image: jekyll/jekyll
command: bash -c "bundle update && bundle exec jekyll serve --host 0.0.0.0 --future --draft --force_polling --livereload --incremental"
image: jekyll/jekyll:3.8
# command: bash -c "bundle update && bundle exec jekyll serve --host 0.0.0.0 --future --draft --force_polling --livereload"
command: jekyll serve --host 0.0.0.0 --future --draft --force_polling --livereload
environment:
JEKYLL_ENV: local
ports:
@ -20,7 +21,7 @@ services:
gem-push:
container_name: jekyll-gem-push
image: jekyll/jekyll
image: jekyll/jekyll:3.8
command: >
bash -c "gem build -v jekyll-theme-isabelline.gemspec \
&& GEM_VER=`ruby -e '\
@ -38,7 +39,7 @@ services:
jekyll:
container_name: jekyll
image: jekyll/jekyll
image: jekyll/jekyll:3.8
entrypoint: jekyll
environment:
JEKYLL_ENV: local
@ -48,7 +49,7 @@ services:
gem:
container_name: jekyll-gem
image: jekyll/jekyll
image: jekyll/jekyll:3.8
entrypoint: gem
volumes:
- .bundle:/usr/local/bundle
@ -56,7 +57,7 @@ services:
bundle:
container_name: jekyll
image: jekyll/jekyll
image: jekyll/jekyll:3.8
entrypoint: bundle
volumes:
- .bundle:/usr/local/bundle