overleaf/services/web/copybara/docker-compose.yml
James Allen 1aecd0be3d Merge pull request #1039 from sharelatex/ja-copybara
Sync to OSS repo using copybara

GitOrigin-RevId: 5ce0c08d614f3d84e7c3e1f9b3413681e5049103
2018-10-19 12:46:51 +00:00

14 lines
No EOL
409 B
YAML

version: '2'
services:
copybara:
image: sharelatex/copybara
volumes:
- ./.ssh:/root/.ssh
- .:/usr/src/app
- ./.cache/:/root/copybara/cache/
- $HOME/.gitconfig:/root/.gitconfig
# Uncomment this to force copybara to start syncing from a certain commit
# environment:
# COPYBARA_OPTIONS: "--last-rev=67edeed2c2d8c1d478c9a65d19020a301174cc8e"
command: copybara