services: jekyll: build: . volumes: - .:/app container_name: krata ports: - 127.0.0.1:4000:4000 command: bundle exec jekyll serve --host 0.0.0.0 -o https://www.cscherr.de:4000 --port 4000