This commit is contained in:
Team3
2026-06-06 00:14:43 +02:00
parent 3ed5f7c3e5
commit a8fbf83059
39 changed files with 7347 additions and 472 deletions

View File

@@ -4,10 +4,15 @@ services:
context: .
container_name: creator
restart: unless-stopped
environment:
- CLAUDE_CODE_OAUTH_TOKEN=${CLAUDE_CODE_OAUTH_TOKEN:-}
- MINIMAX_API_KEY=${MINIMAX_API_KEY:-}
networks:
- web
volumes:
- ./creator.db:/app/creator.db
- ./storage:/app/storage
- ./projects:/app/projects
- ./.claude-data:/home/app/.claude
labels:
- "traefik.enable=true"
- "traefik.http.routers.creatorapp.rule=Host(`creator.marha.de`)"