1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2025-06-05 17:13:58 +00:00
TheLocehiliosan_yadm/docker-compose.yml
2024-10-31 14:50:01 -05:00

14 lines
283 B
YAML

---
version: '3'
services:
website:
image: yadm/jekyll:2024-10-31
ports:
- 4000:4000
volumes:
- .:/srv/jekyll
- jekyll-bundle:/usr/local/bundle
command: jekyll serve --config _config.yml,_dev.yml -t --watch --incremental
volumes:
jekyll-bundle: