docker-scripts/linux/ecosystem/atlassian/bitbucket/8/8.0.3/docker-compose.yml

12 lines
220 B
YAML
Raw Normal View History

2022-08-29 22:29:35 +03:00
version: '3.9'
services:
app:
image: "epicmorg/bitbucket:8.0.3"
build:
context: .
app-jdk11:
image: "epicmorg/bitbucket:8.0.3-jdk11"
build:
context: .
dockerfile: ./Dockerfile.jdk11