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
23 lines
429 B
YAML
23 lines
429 B
YAML
services:
|
|
docs:
|
|
image: ghcr.io/kochetkov-ma/claude-brewcode-docs:${DOCS_VERSION:-latest}
|
|
ports:
|
|
- "80:80"
|
|
- "443:443"
|
|
- "443:443/udp"
|
|
volumes:
|
|
- caddy_data:/data
|
|
- caddy_config:/config
|
|
restart: unless-stopped
|
|
mem_limit: 256m
|
|
cpus: 0.5
|
|
logging:
|
|
driver: json-file
|
|
options:
|
|
max-size: "10m"
|
|
max-file: "3"
|
|
|
|
volumes:
|
|
caddy_data:
|
|
caddy_config:
|