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

15 lines
274 B
YAML

services:
app:
image: "epicmorg/jira:8.13.1"
build:
context: .
app-jdk8:
image: "epicmorg/jira:8.13.1-jdk8"
build:
context: .
app-jdk11:
image: "epicmorg/jira:8.13.1-jdk11"
build:
context: .
dockerfile: Dockerfile.jdk11