Skip to content

Instantly share code, notes, and snippets.

@maximtrp
Created August 12, 2022 15:30
Show Gist options
  • Save maximtrp/d269aa3b50c376363b4e7f5bbdef996a to your computer and use it in GitHub Desktop.
Save maximtrp/d269aa3b50c376363b4e7f5bbdef996a to your computer and use it in GitHub Desktop.
docker-compose.yml for YouTrack
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