mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-05-01 17:49:29 +03:00
11 lines
197 B
YAML
11 lines
197 B
YAML
services:
|
|
app:
|
|
image: "quay.io/epicmorg/fisheye-crucible:2.0.2"
|
|
build:
|
|
context: .
|
|
app-jdk6:
|
|
image: "quay.io/epicmorg/fisheye-crucible:2.0.2-jdk6"
|
|
build:
|
|
context: .
|
|
|