change tag for jekyll to 4
This commit is contained in:
parent
669e7c6e1e
commit
d9dcb9fee5
@ -5,8 +5,7 @@ services:
|
|||||||
|
|
||||||
serve:
|
serve:
|
||||||
container_name: isabelline-serve
|
container_name: isabelline-serve
|
||||||
image: jekyll/jekyll:3.8
|
image: jekyll/jekyll:4
|
||||||
# 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
|
command: jekyll serve --host 0.0.0.0 --future --draft --force_polling --livereload
|
||||||
environment:
|
environment:
|
||||||
JEKYLL_ENV: local
|
JEKYLL_ENV: local
|
||||||
@ -21,7 +20,7 @@ services:
|
|||||||
|
|
||||||
gem-push:
|
gem-push:
|
||||||
container_name: jekyll-gem-push
|
container_name: jekyll-gem-push
|
||||||
image: jekyll/jekyll:3.8
|
image: jekyll/jekyll:4.0
|
||||||
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 '\
|
||||||
@ -39,7 +38,7 @@ services:
|
|||||||
|
|
||||||
jekyll:
|
jekyll:
|
||||||
container_name: jekyll
|
container_name: jekyll
|
||||||
image: jekyll/jekyll:3.8
|
image: jekyll/jekyll:4.0
|
||||||
entrypoint: jekyll
|
entrypoint: jekyll
|
||||||
environment:
|
environment:
|
||||||
JEKYLL_ENV: local
|
JEKYLL_ENV: local
|
||||||
@ -49,7 +48,7 @@ services:
|
|||||||
|
|
||||||
gem:
|
gem:
|
||||||
container_name: jekyll-gem
|
container_name: jekyll-gem
|
||||||
image: jekyll/jekyll:3.8
|
image: jekyll/jekyll:4.0
|
||||||
entrypoint: gem
|
entrypoint: gem
|
||||||
volumes:
|
volumes:
|
||||||
- .bundle:/usr/local/bundle
|
- .bundle:/usr/local/bundle
|
||||||
@ -57,9 +56,10 @@ services:
|
|||||||
|
|
||||||
bundle:
|
bundle:
|
||||||
container_name: bundle
|
container_name: bundle
|
||||||
image: jekyll/jekyll:3.8
|
image: jekyll/jekyll:4.0
|
||||||
entrypoint: bundle
|
entrypoint: bundle
|
||||||
volumes:
|
volumes:
|
||||||
- .bundle:/usr/local/bundle
|
# - ./.bundle:/home/jekyll/.bundle
|
||||||
|
- ./.bundle:/usr/local/bundle
|
||||||
- .:/srv/jekyll
|
- .:/srv/jekyll
|
||||||
- ./.gem:/root/.gem
|
- ./.gem:/root/.gem
|
||||||
|
Loading…
Reference in New Issue
Block a user