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

15 lines
293 B
YAML

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