Docker Compose with 24+ services: - PostgreSQL (PostGIS), Valkey, MinIO, Qdrant - Vault (PKI/TLS), Nginx (Reverse Proxy) - Backend Core API, Consent Service, Billing Service - RAG Service, Embedding Service - Gitea, Woodpecker CI/CD - Night Scheduler, Health Aggregator - Jitsi (Web/XMPP/JVB/Jicofo), Mailpit Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
64 lines
493 B
Plaintext
64 lines
493 B
Plaintext
# Environment
|
|
.env
|
|
.env.local
|
|
.env.backup
|
|
|
|
# Secrets
|
|
secrets/
|
|
*.pem
|
|
*.key
|
|
|
|
# Node
|
|
node_modules/
|
|
.next/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
venv/
|
|
.venv/
|
|
|
|
# Docker
|
|
backups/*.backup
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Large files
|
|
*.pdf
|
|
*.docx
|
|
*.xlsx
|
|
*.pptx
|
|
*.mp4
|
|
*.mp3
|
|
*.wav
|
|
|
|
# Compiled binaries
|
|
billing-service/billing-service
|
|
consent-service/server
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Large files
|
|
*.zip
|
|
*.gz
|
|
*.tar
|
|
*.sql.gz
|
|
*.pdf
|
|
*.docx
|
|
*.xlsx
|
|
*.pptx
|
|
|
|
# Coverage
|
|
coverage/
|
|
*.coverage
|