mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-06 03:55:28 +03:00
18 lines
341 B
YAML
18 lines
341 B
YAML
|
#version: '3'
|
||
|
services:
|
||
|
app:
|
||
|
image: "epicmorg/confluence:8.8.1"
|
||
|
build:
|
||
|
context: .
|
||
|
app-jdk11:
|
||
|
image: "epicmorg/confluence:8.8.1-jdk11"
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile.jdk11
|
||
|
app-jdk17:
|
||
|
image: "epicmorg/confluence:8.8.1-jdk17"
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile.jdk17
|
||
|
|