Files
gitea-pages/compose.yml
Hans-Nikolai Viessmann 8776887a1e initial testing with Zensical
This commit is a test run, currently I would stick with MM proper until
Zensical is more mature. Hopefully in about half a year.

Missing features:
- blog for news articles (using template at the moment, not ideal)
2026-01-07 15:17:22 +01:00

14 lines
296 B
YAML

---
services:
zensical:
image: docker.io/zensical/zensical:latest
command: serve --dev-addr=0.0.0.0:8000
security_opt:
- no-new-privileges:true
volumes:
- ./:/docs
ports:
- 8000:8000
healthcheck:
test: wget --spider --quiet http://127.0.0.1:8000