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