update
This commit is contained in:
@@ -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`)"
|
||||
|
||||
Reference in New Issue
Block a user