Easy youtrack deployment using docker
These Dockerfiles allow you to easily build images to deploy your own youtrack instance. It's free for up to ten users.
Besides that, as always, use these scripts with care.
Don't forget to back up your data very often, too.
Docker has to run. It supports many platforms like Ubuntu, Arch Linux, Mac OS X, Windows, EC2 or the Google Cloud. Click here to get specific infos on how to install on your platform.
You also need some RAM for youtrack, but I can't really tell how much. Maybe about 200-300MB.
docker run -d -p 8080:8080 --volume /your-youtrack-data:/youtrack-data remmelt/youtrack
Now open your browser and point it to http://localhost:8080 and rejoice.
Content type
Image
Digest
sha256:3ea300443…
Size
230.6 MB
Last updated
almost 11 years ago
docker pull remmelt/youtrack