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:5.0.1"
|
|
build:
|
|
context: .
|
|
app-jdk6:
|
|
image: "hub.epicm.org/epicmorg/jira:5.0.1-jdk6"
|
|
build:
|
|
context: .
|