docker-scripts/linux/ecosystem/atlassian/crowd/latest/docker-compose.yml
2024-12-03 03:34:02 +03:00

20 lines
415 B
YAML

#version: '3'
services:
app:
image: "epicmorg/crowd:latest"
build:
context: .
app-jdk11:
image: "epicmorg/crowd:latest-jdk11"
build:
context: .
dockerfile: Dockerfile.jdk11
# app-jdk17:
# image: "epicmorg/crowd:latest-jdk17"
# build:
# context: .
# dockerfile: Dockerfile.jdk17
# args:
# RELEASE: ${RELEASE}
# DOWNLOAD_URL: ${DOWNLOAD_URL}
#