mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-24 23:43:34 +03:00
10 lines
176 B
YAML
10 lines
176 B
YAML
services:
|
|
app:
|
|
image: "quay.io/epicmorg/jira:latest"
|
|
build:
|
|
context: .
|
|
app-jdk17:
|
|
image: "quay.io/epicmorg/jira:latest-jdk17"
|
|
build:
|
|
context: .
|