Skip to content

Commit 8844ea5

Browse files
committed
Update config for customer 1
1 parent 1d38266 commit 8844ea5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deploy/docker-compose/customer1/docker-compose.override.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
services:
77

88
repo-converter:
9-
image: ghcr.io/sourcegraph/implementation-bridge-repo-converter:marc-amp-refactor
9+
image: ghcr.io/sourcegraph/repo-converter:latest
1010
volumes:
11-
- ../config/repos-to-convert.yaml:/sourcegraph/repos-to-convert.yaml:ro
12-
- ../config/toprc:/root/.config/procps/toprc
13-
- ../../../../sg/src-serve-root/:/sourcegraph/src-serve-root
11+
- ../../config/repos-to-convert.yaml:/sourcegraph/repos-to-convert.yaml:ro
12+
- ../../dev/toprc:/root/.config/procps/toprc
13+
- /sg/src-serve-root/:/sourcegraph/src-serve-root
1414
environment:
1515
- REPO_CONVERTER_INTERVAL_SECONDS=60 # Default is 3600 seconds (1 hour)
1616
- LOG_LEVEL=DEBUG # DEBUG INFO WARNING ERROR CRITICAL # Default is INFO if unspecified
1717

1818
src-serve-git:
1919
container_name: src-serve-git-ubuntu.local
2020
volumes:
21-
- ../../../../sg/src-serve-root/:/sourcegraph/src-serve-root:ro
21+
- /sg/src-serve-root/:/sourcegraph/src-serve-root:ro
2222

2323
networks:
2424
default:

0 commit comments

Comments
 (0)