update
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
**/*.pyc
|
||||
frontend/dist
|
||||
storage
|
||||
projects
|
||||
guides.db
|
||||
.git
|
||||
.claude-data
|
||||
|
||||
6
Makefile
6
Makefile
@@ -3,10 +3,10 @@
|
||||
COMPOSE = docker compose
|
||||
|
||||
auth:
|
||||
@mkdir -p .claude-data storage
|
||||
@mkdir -p .claude-data storage projects
|
||||
@cp -aT /root/.claude .claude-data
|
||||
@chown -R 1000:1000 .claude-data storage
|
||||
@echo "Claude-Auth nach .claude-data synct, storage chowned auf uid 1000."
|
||||
@chown -R 1000:1000 .claude-data storage projects
|
||||
@echo "Claude-Auth nach .claude-data synct, storage/projects chowned auf uid 1000."
|
||||
|
||||
install:
|
||||
sudo apt install -y poppler-utils libpango-1.0-0 libcairo2 libgdk-pixbuf-2.0-0 libffi-dev
|
||||
|
||||
@@ -8,6 +8,7 @@ services:
|
||||
- web
|
||||
volumes:
|
||||
- ./storage:/app/storage
|
||||
- ./projects:/app/projects
|
||||
- ./.claude-data:/home/app/.claude
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
|
||||
Reference in New Issue
Block a user