2025-04-21 17:02:06 +03:00

15 lines
317 B
YAML

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