Created
August 12, 2022 15:30
-
-
Save maximtrp/d269aa3b50c376363b4e7f5bbdef996a to your computer and use it in GitHub Desktop.
docker-compose.yml for YouTrack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3" | |
services: | |
youtrack: | |
image: jetbrains/youtrack:2022.2.52874 | |
container_name: "youtrack" | |
volumes: | |
- ./youtrack/data:/opt/youtrack/data | |
- ./youtrack/conf:/opt/youtrack/conf | |
- ./youtrack/logs:/opt/youtrack/logs | |
- ./youtrack/backups:/opt/youtrack/backups | |
ports: | |
- 8080:8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment