mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-04 02:55:47 +03:00
11 lines
172 B
YAML
11 lines
172 B
YAML
#version: '3.9'
|
|
services:
|
|
app:
|
|
image: "epicmorg/jira:8.1.1"
|
|
build:
|
|
context: .
|
|
app-jdk8:
|
|
image: "epicmorg/jira:8.1.1-jdk8"
|
|
build:
|
|
context: .
|