Upsource is a repository browsing and code review tool from JetBrains.
Version 3.0.5, build 4396 (released July 26, 2016).
The image based on Ubuntu 16.04 LTS with Oracle Java 8.
Pull the image, create a new container and start it:
docker pull esycat/upsource
docker create --name upsource -p 8080:8080 --restart=always esycat/upsource
docker start upsource