# Environment overrides for docker-compose.yml # Copy/edit values below; they are picked up automatically by docker compose # since this file sits next to docker-compose.yml. # shared REPODB_PGSQL_PASSWORD=RepoDB2026 REPODB_API_KEY=RepoDB2026 # query REPODB_VISUALIZATION_ORIGIN=http://localhost:3000 # filedatasinker REPODB_FILEDATASINKER_FREQUENCY_IN_MINUTES=60 # purger REPODB_PURGER_RETENTION_PERIOD_IN_MINUTES=10080 REPODB_PURGER_FREQUENCY_IN_MINUTES=5 # visualization REPODB_VISUALIZATION_ADMIN_PASSWORD=RepoDB2026 REPODB_VISUALIZATION_COMPANY_NAME=Your Company Name REPODB_VISUALIZATION_COMPANY_LOGO=https://raw.githubusercontent.com/mikependon/RepoDB/refs/heads/master/128x128.png