mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-02-07 19:12:29 +03:00
STAM
229243e22a
openssl update atlassian images update updated jdk and deps like maven gradle and kotlin boringssl deprecation 12, 13, sid build fixes added nodejs23
16 lines
302 B
YAML
16 lines
302 B
YAML
#version: '3'
|
|
services:
|
|
app:
|
|
image: "epicmorg/bitbucket:9.5.0"
|
|
build:
|
|
context: .
|
|
app-jdk17:
|
|
image: "epicmorg/bitbucket:9.5.0-jdk17"
|
|
build:
|
|
context: .
|
|
app-jdk21:
|
|
image: "epicmorg/bitbucket:9.5.0-jdk21"
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.jdk21
|