mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-04 02:55:47 +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: . |