Use the same image all over the place
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Closes #48.
This commit is contained in:
parent
158fef9027
commit
21b671d945
@ -4,7 +4,9 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
jekyll:
|
jekyll:
|
||||||
image: decentral1se/autonomic.zone:latest
|
image: decentral1se/autonomic.zone:latest
|
||||||
command: bundle exec jekyll serve --host 0.0.0.0 --trace
|
command: |
|
||||||
|
bundle exec
|
||||||
|
jekyll serve --host 0.0.0.0 --trace
|
||||||
environment:
|
environment:
|
||||||
JEKYLL_ENV: production
|
JEKYLL_ENV: production
|
||||||
networks:
|
networks:
|
||||||
|
@ -3,8 +3,10 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
jekyll:
|
jekyll:
|
||||||
image: "jekyll/jekyll:4"
|
image: decentral1se/autonomic.zone:latest
|
||||||
command: jekyll serve --watch --force_polling --trace
|
command: |
|
||||||
|
bundle exec
|
||||||
|
jekyll serve --watch --host 0.0.0.0 --force_polling --trace
|
||||||
volumes:
|
volumes:
|
||||||
- ".:/srv/jekyll"
|
- ".:/srv/jekyll"
|
||||||
ports:
|
ports:
|
||||||
|
Reference in New Issue
Block a user