mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-29 08:05:48 +03:00
10 lines
175 B
YAML
10 lines
175 B
YAML
#version: '3.9'
|
|
services:
|
|
app:
|
|
image: "epicmorg/jira:10.1.2"
|
|
build:
|
|
context: .
|
|
app-jdk17:
|
|
image: "epicmorg/jira:10.1.2-jdk17"
|
|
build:
|
|
context: . |