Skip to content

Klika-Tech/docker-upsource

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

Upsource is a code review tool from JetBrains.

How to use the image

It is recommended to use a data container to persist the application data:

docker run --name upsource-data \
  -v /opt/Upsource/conf \
  -v /opt/Upsource/data \
  -v /opt/Upsource/logs \
  -v /opt/Upsource/backups \
  busybox chown -R 999: /opt/Upsource

Next run the Upsource container:

docker run -d --volumes-from upsource-data \
  -p 8080:8080 --name upsource klikatech/upsource

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published