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