mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-29 00:19:26 +03:00
8 lines
180 B
YAML
8 lines
180 B
YAML
services:
|
|
app:
|
|
image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}"
|
|
build:
|
|
context: .
|
|
args:
|
|
RELEASE: ${RELEASE}
|
|
DOWNLOAD_URL: ${DOWNLOAD_URL} |