STAM 46fd18555d
atlasian new images
+ jira
+ bitbucket
+ confluence
+ crowd
2025-03-29 18:37:26 +03:00

15 lines
268 B
YAML

services:
app:
image: "epicmorg/jira:6.3.1"
build:
context: .
app-jdk7:
image: "epicmorg/jira:6.3.1-jdk7"
build:
context: .
app-jdk8:
image: "epicmorg/jira:6.3.1-jdk8"
build:
context: .
dockerfile: Dockerfile.jdk8