docker-compose prod entfernt da bei drone ci/cd nicht gebraucht

This commit is contained in:
bmen 2020-10-10 11:53:13 +02:00
parent e25247eda7
commit 4c23c58eaf
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
version: '3'
networks:
webproxy:
external: true
services:
jekyll:
container_name: bmen-jekyll
image: jekyll/jekyll:latest
command: jekyll serve --force_polling --verbose
networks:
- webproxy
volumes:
- ./:/srv/jekyll
- /opt/appdata/bmen-jekyll/_site:/srv/jekyll/_site
- /opt/appdata/bmen-jekyll/.jekyll-cache:/srv/jekyll/.jekyll-cache
- /opt/appdata/bmen-jekyll/Gemfile.lock:/srv/jekyll/Gemfile.lock