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