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:6.0.6"
|
|
build:
|
|
context: .
|
|
app-jdk7:
|
|
image: "epicmorg/jira:6.0.6-jdk7"
|
|
build:
|
|
context: .
|