mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-28 07:59:26 +03:00
15 lines
319 B
YAML
15 lines
319 B
YAML
services:
|
|
app:
|
|
image: "hub.epicm.org/epicmorg/jira:8.13.24"
|
|
build:
|
|
context: .
|
|
app-jdk8:
|
|
image: "hub.epicm.org/epicmorg/jira:8.13.24-jdk8"
|
|
build:
|
|
context: .
|
|
app-jdk11:
|
|
image: "hub.epicm.org/epicmorg/jira:8.13.24-jdk11"
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.jdk11
|