1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 15:28:06 +02:00

Merge pull request #156 from overleaf/em-change-git-bridge-data-directory

Change the location of the git-bridge data directory
This commit is contained in:
Eric Mc Sween 2023-05-11 07:44:18 -04:00 committed by GitHub
commit 01e4ed312e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,15 @@ services:
restart: always
image: "${GIT_BRIDGE_IMAGE}"
volumes:
- "${GIT_BRIDGE_DATA_PATH}:/tmp/wlgb"
- "${GIT_BRIDGE_DATA_PATH}:/data/git-bridge"
container_name: git-bridge
expose:
- "8000"
environment:
GIT_BRIDGE_API_BASE_URL: "http://sharelatex/api/v0"
GIT_BRIDGE_OAUTH2_SERVER: "http://sharelatex"
GIT_BRIDGE_POSTBACK_BASE_URL: "http://git-bridge:8000"
GIT_BRIDGE_API_BASE_URL: "http://sharelatex/api/v0"
GIT_BRIDGE_OAUTH2_SERVER: "http://sharelatex"
GIT_BRIDGE_POSTBACK_BASE_URL: "http://git-bridge:8000"
GIT_BRIDGE_ROOT_DIR: "/data/git-bridge"
env_file:
- common.env
- ../config/variables.env