-
-
Notifications
You must be signed in to change notification settings - Fork 220
Expand file tree
/
Copy pathdocker-compose.yaml
More file actions
26 lines (25 loc) · 856 Bytes
/
docker-compose.yaml
File metadata and controls
26 lines (25 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# ==============================================================================
# HolyClaude — Quick Start
# Just run: docker compose up -d
# Then open: http://localhost:3001
# ==============================================================================
services:
holyclaude:
image: coderluii/holyclaude:latest
container_name: holyclaude
hostname: holyclaude
restart: unless-stopped
shm_size: 2g
network_mode: bridge
cap_add:
- SYS_ADMIN # Required for Chromium sandboxing
- SYS_PTRACE # Required for debugging
security_opt:
- seccomp=unconfined # Required for Chromium in Docker
ports:
- "3001:3001" # CloudCLI web UI
volumes:
- ./data/claude:/home/claude/.claude
- ./workspace:/workspace
environment:
- TZ=UTC # Change to your timezone