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

15 lines
286 B
YAML

services:
app:
image: "epicmorg/bitbucket:8.2.2"
build:
context: .
app-jdk8:
image: "epicmorg/bitbucket:8.2.2-jdk8"
build:
context: .
app-jdk11:
image: "epicmorg/bitbucket:8.2.2-jdk11"
build:
context: .
dockerfile: Dockerfile.jdk11