This repository has been archived on 2023-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
autonomic.zone/docker-compose.yml
Luke Murphy 21b671d945
All checks were successful
continuous-integration/drone/push Build is passing
Use the same image all over the place
Closes #48.
2021-01-26 12:22:10 +01:00

14 lines
255 B
YAML

---
version: "3.8"
services:
jekyll:
image: decentral1se/autonomic.zone:latest
command: |
bundle exec
jekyll serve --watch --host 0.0.0.0 --force_polling --trace
volumes:
- ".:/srv/jekyll"
ports:
- "4000:4000"