Skip to content

Commit

Permalink
Changing src-serve-root to /sg/src-serve-root/ to separate it from tf…
Browse files Browse the repository at this point in the history
…vc clone path
  • Loading branch information
marcleblanc2 committed Jan 21, 2025
1 parent 67bba07 commit b23ce01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/docker-compose-common-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
container_name: src-serve-git-ubuntu.local
image: index.docker.io/sourcegraph/src-cli:latest
volumes:
- ../../../sg/r/:/sourcegraph/src-serve-root:ro
- ../../../sg/src-serve-root/:/sourcegraph/src-serve-root:ro
command: "serve-git -addr :443 /sourcegraph/src-serve-root"
restart: always
networks:
Expand Down
2 changes: 1 addition & 1 deletion repo-converter/build/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
volumes:
- ../../config/repos-to-convert.yaml:/sourcegraph/repos-to-convert.yaml:ro
- ../../config/toprc:/root/.config/procps/toprc
- ../../../sg/r/:/sourcegraph/src-serve-root
- ../../../sg/src-serve-root/:/sourcegraph/src-serve-root
environment:
- REPO_CONVERTER_INTERVAL_SECONDS=60
- LOG_LEVEL=DEBUG # DEBUG INFO WARNING ERROR CRITICAL # Default is INFO
Expand Down
2 changes: 1 addition & 1 deletion repo-converter/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
volumes:
- ../config/repos-to-convert.yaml:/sourcegraph/repos-to-convert.yaml:ro
- ../config/toprc:/root/.config/procps/toprc
- ../../../sg/r/:/sourcegraph/src-serve-root
- ../../../sg/src-serve-root/:/sourcegraph/src-serve-root
restart: always
environment:
- REPO_CONVERTER_INTERVAL_SECONDS=900
Expand Down

0 comments on commit b23ce01

Please sign in to comment.