2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-03-03 17:15:31 +03:00

17 lines
340 B
YAML
Raw Normal View History

2024-07-30 23:31:58 +03:00
#version: '3'
services:
app:
image: "epicmorg/confluence:9.0.0"
build:
context: .
app-jdk11:
image: "epicmorg/confluence:9.0.0-jdk11"
build:
context: .
dockerfile: Dockerfile.jdk11
app-jdk17:
image: "epicmorg/confluence:9.0.0-jdk17"
build:
context: .
dockerfile: Dockerfile.jdk17