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