Issue Tracking and Project Management Tool
Docker project maintained by BinaryBabel — Not an official JetBrains product release.
This image is rebuilt automatically when new versions of YouTrack are released, through the use of webhooks provided by the Latestver dependency tracking tool, a BinaryBabel OSS Project.
By default the application will be available from http://localhost:8080
Running Directly
# docker run -p 8080:8080 -v $(pwd):/youtrack-data binarybabel/youtrack
Using docker-compose.yml
version: '2'
services:
app:
image: binarybabel/youtrack
volumes:
- .:/youtrack-data
ports:
- "8080:8080"
# docker-compose up
Environmental Variables
- JAVA_XMX
- default: '1024m' - amount of memory to allocate to Java
Volumes
- /youtrack-data
- YouTrack database, attachments, logs, etc.