networks: snowboard: name: snowboard external: true services: jekyll: build: . restart: always volumes: - .:/app container_name: jekyll networks: - snowboard command: bundle exec jekyll serve --host 0.0.0.0 -o https://www.cscherr.de:4000 --port 4000