mirror of
https://github.com/kochetkov-ma/claude-brewcode.git
synced 2026-09-14 20:16:41 +08:00
9032787167
main site web: dynamic GitHub badge, docs section in CLAUDE.md fix(docs): remove arm64 platform, QEMU crashes on npm ci fix(docs): track package-lock.json for reproducible Docker builds web: docs CI/CD workflow, multiplatform docker build, README updateates web: documentation site, deploy config, brand assets, header alignment, plan/spec skill updates
9 lines
212 B
YAML
9 lines
212 B
YAML
services:
|
|
docs:
|
|
image: ghcr.io/kochetkov-ma/claude-brewcode-docs:${DOCS_TAG:-latest}
|
|
ports:
|
|
- "8080:80"
|
|
volumes:
|
|
- ./docs/deploy/docs.Caddyfile:/etc/caddy/Caddyfile:ro
|
|
restart: "no"
|