wearemakery / youtrack

Minimal Youtrack image based on Zulu OpenJDK and openSUSE.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Youtrack Docker

This image contains a minimal Jetbrains Youtrack setup. It's based on the Zulu JDK and Alpine linux.

Usage

docker create --name youtrack-data \
  -v /root/teamsysdata \
  -v /root/teamsysdata-backup \
  busybox /bin/true
docker run -d \
  --volumes-from youtrack-data \
  -p 80:8080 \
  -e "BASE_URL=<url>" \
  --name youtrack wearemakery/youtrack

About

Minimal Youtrack image based on Zulu OpenJDK and openSUSE.