docker-scripts/linux/ecosystem/atlassian/bitbucket/7/7.21.4/docker-compose.yml
2024-02-09 13:51:53 +03:00

12 lines
220 B
YAML

version: '3'
services:
app:
image: "epicmorg/bitbucket:7.21.4"
build:
context: .
app-jdk11:
image: "epicmorg/bitbucket:7.21.4-jdk11"
build:
context: .
dockerfile: ./Dockerfile.jdk11