mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-01 01:25:34 +03:00
12 lines
223 B
YAML
12 lines
223 B
YAML
#version: '3'
|
|
services:
|
|
app:
|
|
image: "epicmorg/confluence:7.19.16"
|
|
build:
|
|
context: .
|
|
app-jdk11:
|
|
image: "epicmorg/confluence:7.19.16-jdk11"
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.jdk11
|