mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-04 02:55:47 +03:00
16 lines
287 B
YAML
16 lines
287 B
YAML
#version: '3.9'
|
|
services:
|
|
app:
|
|
image: "epicmorg/jira:6.4.10"
|
|
build:
|
|
context: .
|
|
app-jdk7:
|
|
image: "epicmorg/jira:6.4.10-jdk7"
|
|
build:
|
|
context: .
|
|
app-jdk8:
|
|
image: "epicmorg/jira:6.4.10-jdk8"
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.jdk8
|