Setup local docker-based development environment

This commit is contained in:
tobias
2024-07-09 14:36:39 +02:00
parent 07b6ba2ae5
commit cc07af72c5
5 changed files with 62 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
# no version needed since 2020
services:
jekyll:
image: git.autonomic.zone/autonomic-cooperative/kcl-site:latest
volumes:
- .:/site
ports:
- '4000:4000'