mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-28 15:45:44 +03:00
17 lines
325 B
YAML
17 lines
325 B
YAML
#version: '3'
|
|
services:
|
|
app:
|
|
image: "epicmorg/jira:latest"
|
|
build:
|
|
context: .
|
|
app-jdk11:
|
|
image: "epicmorg/jira:latest-jdk11"
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.jdk11
|
|
app-jdk17:
|
|
image: "epicmorg/jira:latest-jdk17"
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.jdk11
|