2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-03-13 05:50:23 +03:00
2024-12-03 03:34:02 +03:00

11 lines
172 B
YAML

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