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)
14 lines
296 B
YAML
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
|