wip(TRUEREF-0018): commit version-scoped indexing work

This commit is contained in:
Giancarmine Salucci
2026-03-25 19:03:22 +01:00
parent b9d52405fa
commit fef6f66930
21 changed files with 1208 additions and 19 deletions

View File

@@ -5,8 +5,19 @@ services:
- "3000:3000"
volumes:
- trueref-data:/data
# Corporate deployment support (TRUEREF-0019)
# Uncomment these lines for corporate environments:
# - ${USERPROFILE:-$HOME}/.ssh:/root/.ssh:ro
# - ${USERPROFILE:-$HOME}/.gitconfig:/root/.gitconfig:ro
# - ${CORP_CA_CERT}:/certs/corp-ca.crt:ro
environment:
DATABASE_URL: /data/trueref.db
# Corporate git credentials (TRUEREF-0019)
# Uncomment and configure in .env for private repositories:
# BITBUCKET_HOST: "${BITBUCKET_HOST}"
# GITLAB_HOST: "${GITLAB_HOST}"
# GIT_TOKEN_BITBUCKET: "${GIT_TOKEN_BITBUCKET}"
# GIT_TOKEN_GITLAB: "${GIT_TOKEN_GITLAB}"
restart: unless-stopped
mcp: