A PostgreSQL container ready to be used with docker-jira.
Create and name the database container:
docker run --name jira-postgres -d ahaasler/jira-postgres ```
Use it in the Jira container:
docker run --name jira --link jira-postgres:jira-postgres -d -p 8080:8080 ahaasler/jira ```
See docker-jira for more information on the jira container.
You can use these environment variables to configure your jira postgres instance:
jiradb).jira).password).They should be passed to the docker run command:
docker run --name jira-postgres -d -e JIRA_DB_NAME=jiradatabase -e JIRA_DB_USER=jiradbuser -e JIRA_DB_PASS=p455w0rd ahaasler/jira-postgres
This image is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.
Content type
Image
Digest
sha256:4f2c7e152…
Size
78.4 MB
Last updated
almost 11 years ago
docker pull ahaasler/jira-postgres