mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-28 07:59:26 +03:00
10 lines
190 B
YAML
10 lines
190 B
YAML
services:
|
|
app:
|
|
image: "hub.epicm.org/epicmorg/crowd:latest"
|
|
build:
|
|
context: .
|
|
app-jdk17:
|
|
image: "hub.epicm.org/epicmorg/crowd:latest-jdk17"
|
|
build:
|
|
context: .
|