mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-29 08:05:48 +03:00
16 lines
287 B
YAML
16 lines
287 B
YAML
#version: '3.9'
|
|
services:
|
|
app:
|
|
image: "epicmorg/jira:9.4.6"
|
|
build:
|
|
context: .
|
|
app-jdk8:
|
|
image: "epicmorg/jira:9.4.6-jdk8"
|
|
build:
|
|
context: .
|
|
app-jdk11:
|
|
image: "epicmorg/jira:9.4.6-jdk11"
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.jdk11
|