mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-28 16:09:27 +03:00
15 lines
318 B
YAML
15 lines
318 B
YAML
services:
|
|
app:
|
|
image: "quay.io/epicmorg/confluence:latest"
|
|
build:
|
|
context: .
|
|
app-jdk17:
|
|
image: "quay.io/epicmorg/confluence:latest-jdk17"
|
|
build:
|
|
context: .
|
|
app-jdk21:
|
|
image: "quay.io/epicmorg/confluence:latest-jdk21"
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.jdk21
|