JetBrains YouTrack for Docker - Rebuilt automatically for each release
5.2K
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
Volumes
Content type
Image
Digest
Size
384.6 MB
Last updated
about 8 years ago
docker pull binarybabel/youtrack