Sanitized mirror from private repository - 2026-04-16 07:18:01 UTC
Some checks failed
Documentation / Deploy to GitHub Pages (push) Has been cancelled
Documentation / Build Docusaurus (push) Has been cancelled

This commit is contained in:
Gitea Mirror Bot
2026-04-16 07:18:01 +00:00
commit 9fa5b7654e
1418 changed files with 359965 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# HolyClaude - AI coding workstation (Claude Code CLI + web UI + misc AI CLIs)
# Image: coderluii/holyclaude (MIT, https://github.com/CoderLuii/HolyClaude)
# Access: Tailscale-only via http://seattle:3059 (bound to 100.82.197.124 only)
# Status: testing
services:
holyclaude:
image: coderluii/holyclaude:latest
container_name: holyclaude
ports:
- "100.82.197.124:3059:3001"
environment:
- TZ=America/Los_Angeles
- PUID=1000
- PGID=1000
volumes:
- holyclaude-data:/home/claude
- holyclaude-workspace:/workspace
restart: unless-stopped
volumes:
holyclaude-data:
name: holyclaude-data
holyclaude-workspace:
name: holyclaude-workspace