mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-25 07:53:33 +03:00
15 lines
304 B
YAML
15 lines
304 B
YAML
services:
|
|
app:
|
|
image: "hub.epicm.org/epicmorg/jira:6.4"
|
|
build:
|
|
context: .
|
|
app-jdk7:
|
|
image: "hub.epicm.org/epicmorg/jira:6.4-jdk7"
|
|
build:
|
|
context: .
|
|
app-jdk8:
|
|
image: "hub.epicm.org/epicmorg/jira:6.4-jdk8"
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.jdk8
|