2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-01-27 05:57:56 +03:00
2024-07-30 23:31:58 +03:00

17 lines
340 B
YAML

#version: '3'
services:
app:
image: "epicmorg/confluence:9.0.1"
build:
context: .
app-jdk11:
image: "epicmorg/confluence:9.0.1-jdk11"
build:
context: .
dockerfile: Dockerfile.jdk11
app-jdk17:
image: "epicmorg/confluence:9.0.1-jdk17"
build:
context: .
dockerfile: Dockerfile.jdk17