mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-28 23:55:46 +03:00
17 lines
344 B
YAML
17 lines
344 B
YAML
version: '3.9'
|
|
services:
|
|
app:
|
|
image: "epicmorg/bitbucket:latest"
|
|
build:
|
|
context: .
|
|
app-jdk11:
|
|
image: "epicmorg/bitbucket:latest-jdk11"
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile.jdk11
|
|
app-jdk17:
|
|
image: "epicmorg/bitbucket:latest-jdk7"
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile.jdk17
|