docker-scripts/linux/ecosystem/atlassian/bitbucket/8/8.2.0/docker-compose.yml
2024-06-21 16:22:11 +03:00

12 lines
219 B
YAML

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