mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-05-28 06:37:34 +03:00
10 lines
206 B
Django/Jinja
10 lines
206 B
Django/Jinja
services:
|
|
app:
|
|
image: "quay.io/epicmorg/fisheye-crucible:{{ item }}"
|
|
build:
|
|
context: .
|
|
app-jdk8:
|
|
image: "quay.io/epicmorg/fisheye-crucible:{{ item }}-jdk8"
|
|
build:
|
|
context: .
|