mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-25 07:53:33 +03:00
10 lines
188 B
YAML
10 lines
188 B
YAML
services:
|
|
app:
|
|
image: "hub.epicm.org/epicmorg/jira:latest"
|
|
build:
|
|
context: .
|
|
app-jdk17:
|
|
image: "hub.epicm.org/epicmorg/jira:latest-jdk17"
|
|
build:
|
|
context: .
|