mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-28 16:09:27 +03:00
10 lines
156 B
YAML
10 lines
156 B
YAML
services:
|
|
app:
|
|
image: "epicmorg/jira:5.0.5"
|
|
build:
|
|
context: .
|
|
app-jdk6:
|
|
image: "epicmorg/jira:5.0.5-jdk6"
|
|
build:
|
|
context: .
|