mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-06 03:55:28 +03:00
16 lines
302 B
YAML
16 lines
302 B
YAML
|
#version: '3'
|
||
|
services:
|
||
|
app:
|
||
|
image: "epicmorg/bitbucket:9.3.0"
|
||
|
build:
|
||
|
context: .
|
||
|
app-jdk17:
|
||
|
image: "epicmorg/bitbucket:9.3.0-jdk17"
|
||
|
build:
|
||
|
context: .
|
||
|
app-jdk21:
|
||
|
image: "epicmorg/bitbucket:9.3.0-jdk21"
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile.jdk21
|