mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-01 09:35:34 +03:00
20 lines
405 B
YAML
20 lines
405 B
YAML
|
#version: '3.9'
|
||
|
services:
|
||
|
app:
|
||
|
image: "epicmorg/jira:9.12.9"
|
||
|
build:
|
||
|
context: .
|
||
|
app-jdk8:
|
||
|
image: "epicmorg/jira:9.12.9-jdk8"
|
||
|
build:
|
||
|
context: .
|
||
|
app-jdk11:
|
||
|
image: "epicmorg/jira:9.12.9-jdk11"
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile.jdk11
|
||
|
app-jdk17:
|
||
|
image: "epicmorg/jira:9.12.9-jdk17"
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile.jdk17
|