2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-02-19 10:08:59 +03:00
2024-12-03 03:34:02 +03:00

11 lines
172 B
YAML

#version: '3.9'
services:
app:
image: "epicmorg/jira:7.4.5"
build:
context: .
app-jdk8:
image: "epicmorg/jira:7.4.5-jdk8"
build:
context: .