Skip to content

Minimal Youtrack image based on Zulu OpenJDK and openSUSE.

Notifications You must be signed in to change notification settings

wearemakery/youtrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published