1
0
Fork 0
mirror of synced 2024-11-18 23:25:35 -05:00
yadm/docker-compose.yml
2024-10-31 14:50:01 -05:00

13 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: