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

15 lines
288 B
YAML

services:
app:
image: "epicmorg/bitbucket:9.4.0"
build:
context: .
app-jdk17:
image: "epicmorg/bitbucket:9.4.0-jdk17"
build:
context: .
app-jdk21:
image: "epicmorg/bitbucket:9.4.0-jdk21"
build:
context: .
dockerfile: Dockerfile.jdk21