kcl-digital-humanities-garden/docker-compose.dev.yml
tobias dfffae35b2
Some checks reported errors
GitHub Pages Deploy / deploy (push) Waiting to run
JS Lint / lint (push) Waiting to run
HTMLProofer / test (2.7) (push) Waiting to run
HTMLProofer / test (3.0) (push) Waiting to run
continuous-integration/drone/push Build encountered an error
Attempt at drone deploy
2024-07-10 10:00:42 +02:00

9 lines
183 B
YAML

# no version needed since 2020
services:
jekyll:
image: git.autonomic.zone/autonomic-cooperative/kcl-site-dev:latest
volumes:
- .:/site
ports:
- '4000:4000'