remove user-mode docker compose

This commit is contained in:
rzen 2019-07-22 23:35:30 -04:00
parent d6385d2a2c
commit 740b27e850

View File

@ -1,30 +0,0 @@
# end user version of docker-compose
version: '3'
services:
jekyll-serve:
container_name: jekyll-serve
image: jekyll/jekyll
command: jekyll serve --future --draft --force_polling --livereload
environment:
JEKYLL_ENV: local
ports:
- 4000:4000
- 35729:35729
volumes:
- .:/srv/jekyll
jekyll:
container_name: jekyll
image: jekyll/jekyll
entrypoint: jekyll
environment:
JEKYLL_ENV: local
volumes:
- .:/srv/jekyll
bundle:
container_name: jekyll
image: jekyll/jekyll
entrypoint: bundle
volumes:
- .:/srv/jekyll