Files
kochetkov-ma__claude-brewcode/web/docker-compose.test.yml
T
Maksim Kochetkov 9032787167 main site actions (#2)
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
2026-03-18 12:55:08 +00:00

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"