mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-06 03:55:28 +03:00
10 lines
175 B
YAML
10 lines
175 B
YAML
|
#version: '3.9'
|
||
|
services:
|
||
|
app:
|
||
|
image: "epicmorg/jira:10.2.0"
|
||
|
build:
|
||
|
context: .
|
||
|
app-jdk17:
|
||
|
image: "epicmorg/jira:10.2.0-jdk17"
|
||
|
build:
|
||
|
context: .
|