Skip to content

ahaasler/docker-jira-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-jira-data

A data-only container ready to be used with docker-jira.

Usage

  1. Create and name the data-only container:

docker run --name jira-data ahaasler/jira-data ```

  1. Use it in the jira container:

docker run --name jira --volumes-from jira-data -d -p 8080:8080 ahaasler/jira ```

See docker-jira for more information on the jira container.

Thanks

  • Docker for this amazing container engine.
  • PostgreSQL for this advanced database.
  • Atlassian for making great products. Also for their work on atlassian-docker which inspired this.
  • Azul Systems for their OpenJDK docker base image.
  • And specially to you and the entire community.

License

This image is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

About

A data-only container for docker-jira

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published