Updated project files and configuration
- Added/updated .gitignore file - Fixed remote URL configuration - Updated project structure and files 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3.8'
|
||||
|
||||
services:
|
||||
whoosh:
|
||||
image: anthonyrawlins/whoosh:council-deployment-v3
|
||||
image: anthonyrawlins/whoosh:brand-compliant-v1
|
||||
user: "0:0" # Run as root to access Docker socket across different node configurations
|
||||
ports:
|
||||
- target: 8080
|
||||
@@ -52,6 +52,8 @@ services:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:rw
|
||||
# Council prompts and configuration
|
||||
- /rust/containers/WHOOSH/prompts:/app/prompts:ro
|
||||
# External UI files for customizable interface
|
||||
- /rust/containers/WHOOSH/ui:/app/ui:ro
|
||||
secrets:
|
||||
- whoosh_db_password
|
||||
- gitea_token
|
||||
|
||||
Reference in New Issue
Block a user