mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-30 16:45:29 +03:00
12 lines
221 B
YAML
12 lines
221 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
|