Use the same image all over the place
continuous-integration/drone/push Build is passing Details

Closes #48.
This commit is contained in:
Luke Murphy 2021-01-26 12:22:10 +01:00
parent 158fef9027
commit 21b671d945
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 7 additions and 3 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

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