Skip to content

binarybabel/docker-youtrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

YouTrack [latest] – Docker Image

Issue Tracking and Project Management Tool

Build Status GitHub release

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.

Usage

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

Configuration

Environmental Variables

  • JAVA_XMX
    • default: '1024m' - amount of memory to allocate to Java

Volumes

  • /youtrack-data
    • YouTrack database, attachments, logs, etc.

About

JetBrains YouTrack for Docker - Rebuilt automatically for each release

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages