mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-15 05:42:47 +03:00
15 lines
265 B
YAML
15 lines
265 B
YAML
services:
|
|
app:
|
|
image: "epicmorg/crowd:1.4"
|
|
build:
|
|
context: .
|
|
app-jdk6:
|
|
image: "epicmorg/crowd:1.4-jdk6"
|
|
build:
|
|
context: .
|
|
app-jdk7:
|
|
image: "epicmorg/crowd:1.4-jdk7"
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.jdk7
|