An open API service indexing awesome lists of open source software.

https://github.com/artistudioxyz/docker-youtrack

🐳 Docker Compose (YouTrack)
https://github.com/artistudioxyz/docker-youtrack

docker-compose youtrack

Last synced: 5 months ago
JSON representation

🐳 Docker Compose (YouTrack)

Awesome Lists containing this project

README

          

[![Watch the video](https://img.youtube.com/vi/oHsa4fczuNk/maxresdefault.jpg)](https://www.youtube.com/watch?v=oHsa4fczuNk)

# Youtrack

YouTrack is a project management tool from a company called JetBrains which make IDEs like PHPStorm, PyCharm, GoLand, etc. It offers nice features like issues tracking, sprint plan, workflow, and many more.

## 📝 Installation
- Clone this repo
- Run with docker-compose `docker-compose up -d`
- Restart : `docker-compose restart`

Note :
- You can configure the container by using `.env` file, use the `.env-sample` as base configuration.

## 📚 References:
- [JetBrains Youtrack](https://www.jetbrains.com/youtrack/)
- [Documentation](https://www.jetbrains.com/youtrack/documentation/)