Sign inSign up

binarybabel/youtrack

By binarybabel

•Updated about 8 years ago

JetBrains YouTrack for Docker - Rebuilt automatically for each release

Image
0

5.2K

binarybabel/youtrack repository overview

⁠YouTrack [v2018.2.45146] – Docker Image

Issue Tracking and Project Management Tool⁠

Latestver

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.

Tag summary

Content type

Image

Digest

Size

384.6 MB

Last updated

about 8 years ago

docker pull binarybabel/youtrack