Skip to content

Commit

Permalink
Update docker compose file for prod usage of repo-converter
Browse files Browse the repository at this point in the history
  • Loading branch information
marcleblanc2 committed Feb 20, 2024
1 parent 511adce commit 04421c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repo-converter/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ services:
- ../src-serve-root/:/sourcegraph/src-serve-root
restart: always
environment:
- BRIDGE_REPO_CONVERTER_INTERVAL_SECONDS=3600
- LOG_LEVEL=INFO # DEBUG INFO WARNING ERROR CRITICAL # Default is INFO
- BRIDGE_REPO_CONVERTER_INTERVAL_SECONDS=300
# - LOG_LEVEL=INFO # DEBUG INFO WARNING ERROR CRITICAL # Default is INFO if unspecified

0 comments on commit 04421c7

Please sign in to comment.