mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-26 06:35:40 +03:00
17 lines
344 B
YAML
17 lines
344 B
YAML
version: '3.9'
|
|
services:
|
|
app:
|
|
image: "epicmorg/confluence:latest"
|
|
build:
|
|
context: .
|
|
app-jdk11:
|
|
image: "epicmorg/confluence:latest-jdk11"
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.jdk11
|
|
app-jdk17:
|
|
image: "epicmorg/confluence:latest-jdk17"
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.jdk17
|