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

15 lines
262 B
YAML

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