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