Skip to content

Commit

Permalink
Changing docker compose from insiders to latest tag, and log_devel
Browse files Browse the repository at this point in the history
  • Loading branch information
marcleblanc2 committed Feb 21, 2024
1 parent c9a859a commit 4401b83
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 @@ -9,11 +9,11 @@ services:

repo-converter:
container_name: repo-converter
image: ghcr.io/sourcegraph/implementation-bridge-repo-converter:insiders
image: ghcr.io/sourcegraph/implementation-bridge-repo-converter:latest
volumes:
- ../config/repos-to-convert.yaml:/sourcegraph/repos-to-convert.yaml:ro
- ../src-serve-root/:/sourcegraph/src-serve-root
restart: always
environment:
- BRIDGE_REPO_CONVERTER_INTERVAL_SECONDS=300
# - LOG_LEVEL=INFO # DEBUG INFO WARNING ERROR CRITICAL # Default is INFO if unspecified
- LOG_LEVEL=DEBUG # DEBUG INFO WARNING ERROR CRITICAL # Default is INFO if unspecified

0 comments on commit 4401b83

Please sign in to comment.