mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-05-02 10:09:26 +03:00
10 lines
182 B
YAML
10 lines
182 B
YAML
services:
|
|
app:
|
|
image: "quay.io/epicmorg/fisheye:1.6.5.a"
|
|
build:
|
|
context: .
|
|
app-jdk6:
|
|
image: "quay.io/epicmorg/fisheye:1.6.5.a-jdk6"
|
|
build:
|
|
context: .
|