mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-28 07:59:26 +03:00
15 lines
271 B
YAML
15 lines
271 B
YAML
services:
|
|
app:
|
|
image: "epicmorg/crowd:2.6.0"
|
|
build:
|
|
context: .
|
|
app-jdk6:
|
|
image: "epicmorg/crowd:2.6.0-jdk6"
|
|
build:
|
|
context: .
|
|
app-jdk7:
|
|
image: "epicmorg/crowd:2.6.0-jdk7"
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.jdk7
|