mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-28 07:59:26 +03:00
10 lines
156 B
YAML
10 lines
156 B
YAML
services:
|
|
app:
|
|
image: "epicmorg/jira:6.0.2"
|
|
build:
|
|
context: .
|
|
app-jdk7:
|
|
image: "epicmorg/jira:6.0.2-jdk7"
|
|
build:
|
|
context: .
|