mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-27 23:49:26 +03:00
10 lines
184 B
YAML
10 lines
184 B
YAML
services:
|
|
app:
|
|
image: "hub.epicm.org/epicmorg/jira:7.0.0"
|
|
build:
|
|
context: .
|
|
app-jdk8:
|
|
image: "hub.epicm.org/epicmorg/jira:7.0.0-jdk8"
|
|
build:
|
|
context: .
|