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:
jekyll:
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:
JEKYLL_ENV: production
networks:

View File

@ -1,10 +1,12 @@
---
version: "3.7"
version: "3.8"
services:
jekyll:
image: "jekyll/jekyll:4"
command: jekyll serve --watch --force_polling --trace
image: decentral1se/autonomic.zone:latest
command: |
bundle exec
jekyll serve --watch --host 0.0.0.0 --force_polling --trace
volumes:
- ".:/srv/jekyll"
ports: