docker-compose.yml 409 B

1234567891011121314
  1. version: '2'
  2. services:
  3. copybara:
  4. image: sharelatex/copybara
  5. volumes:
  6. - ./.ssh:/root/.ssh
  7. - .:/usr/src/app
  8. - ./.cache/:/root/copybara/cache/
  9. - $HOME/.gitconfig:/root/.gitconfig
  10. # Uncomment this to force copybara to start syncing from a certain commit
  11. # environment:
  12. # COPYBARA_OPTIONS: "--last-rev=67edeed2c2d8c1d478c9a65d19020a301174cc8e"
  13. command: copybara