mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-10 22:06:42 +03:00
10 lines
183 B
Plaintext
10 lines
183 B
Plaintext
|
#version: '3.9'
|
||
|
services:
|
||
|
app:
|
||
|
image: "epicmorg/jira:{{ item }}"
|
||
|
build:
|
||
|
context: .
|
||
|
app-jdk17:
|
||
|
image: "epicmorg/jira:{{ item }}-jdk17"
|
||
|
build:
|
||
|
context: .
|