Sign inSign up

myideas/jira-server

By myideas

Updated over 7 years ago

Docker image with Jira v8

Image
0

838

myideas/jira-server repository overview

This container has both JIRA server and PostgreSQL all together.

We use 2 volumes to persist data:

  • jira.data: JIRA data-dir AND jira configurations (in conf/, symlinked to jira install dir)
  • jira.pgdata: postgresql data dir

Run

docker run -p 8080:8080  \
    -v jira.data:/var/atlassian/application-data/jira \
    -v jira.pgdata:/var/lib/postgresql/10/main \
    --name myideas.jira \
    --rm \
     -- d
    my-ideas/jira

Confguration

DB connection is passwordless from 127.0.0.1

2 volumes are required: *

Tag summary

Content type

Image

Digest

Size

1.1 GB

Last updated

over 7 years ago

docker pull myideas/jira-server