mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-05-02 18:19:27 +03:00
11 lines
197 B
YAML
11 lines
197 B
YAML
services:
|
|
app:
|
|
image: "quay.io/epicmorg/fisheye-crucible:2.4.0"
|
|
build:
|
|
context: .
|
|
app-jdk6:
|
|
image: "quay.io/epicmorg/fisheye-crucible:2.4.0-jdk6"
|
|
build:
|
|
context: .
|
|
|