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