mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-29 08:05:48 +03:00
11 lines
166 B
YAML
11 lines
166 B
YAML
#version: '3'
|
|
services:
|
|
app:
|
|
image: "epicmorg/jira:4.4"
|
|
build:
|
|
context: .
|
|
app-jdk6:
|
|
image: "epicmorg/jira:4.4-jdk6"
|
|
build:
|
|
context: .
|