mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-04 02:55:47 +03:00
11 lines
172 B
YAML
11 lines
172 B
YAML
#version: '3.9'
|
|
services:
|
|
app:
|
|
image: "epicmorg/jira:5.1.6"
|
|
build:
|
|
context: .
|
|
app-jdk6:
|
|
image: "epicmorg/jira:5.1.6-jdk6"
|
|
build:
|
|
context: .
|