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