Merge branch 'master' into decisions-blog-post
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
KawaiiPunk 2021-01-26 12:44:45 +01:00
commit 9d0e1fee73
2 changed files with 8 additions and 4 deletions

View File

@ -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:

View File

@ -1,10 +1,12 @@
--- ---
version: "3.7" 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: