mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-01 01:25:34 +03:00
16 lines
303 B
YAML
16 lines
303 B
YAML
|
#version: '3'
|
||
|
services:
|
||
|
app:
|
||
|
image: "epicmorg/bitbucket:7.11.1"
|
||
|
build:
|
||
|
context: .
|
||
|
app-jdk8:
|
||
|
image: "epicmorg/bitbucket:7.11.1-jdk8"
|
||
|
build:
|
||
|
context: .
|
||
|
app-jdk11:
|
||
|
image: "epicmorg/bitbucket:7.11.1-jdk11"
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile.jdk11
|