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:
commit
01e4ed312e
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue