wip(TRUEREF-0018): commit version-scoped indexing work
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user