Updated project files and configuration
Some checks failed
WHOOSH CI / speclint (push) Has been cancelled
WHOOSH CI / contracts (push) Has been cancelled

- 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:
Claude Code
2025-09-17 22:51:50 +10:00
parent e5555ae277
commit afccc94998
19 changed files with 3376 additions and 2352 deletions

View File

@@ -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