This is a docs module to be used with Harmony.
# docker-compose.yaml
---
services:
proxy:
image: ghcr.io/applicreation/harmony-proxy:v0
ports:
- 80:80
core:
image: ghcr.io/applicreation/harmony-core:v0
volumes:
- ./.harmony/core:/root/.harmony:ro
docs:
image: ghcr.io/applicreation/harmony-module-docs:v0# ./.harmony/core/config.yaml
---
modules:
- id: docsgit secret init
git secret revealdocker compose run --rm docs npm install
docker compose up