mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-02-07 19:12:29 +03:00
openssl update atlassian images update updated jdk and deps like maven gradle and kotlin boringssl deprecation 12, 13, sid build fixes added nodejs23
10 lines
175 B
YAML
10 lines
175 B
YAML
#version: '3.9'
|
|
services:
|
|
app:
|
|
image: "epicmorg/jira:10.3.2"
|
|
build:
|
|
context: .
|
|
app-jdk17:
|
|
image: "epicmorg/jira:10.3.2-jdk17"
|
|
build:
|
|
context: . |