mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-27 23:49:26 +03:00
9 lines
159 B
YAML
9 lines
159 B
YAML
services:
|
|
app:
|
|
image: "epicmorg/jira:10.0.0"
|
|
build:
|
|
context: .
|
|
app-jdk17:
|
|
image: "epicmorg/jira:10.0.0-jdk17"
|
|
build:
|
|
context: . |