2025-04-21 17:02:06 +03:00

8 lines
180 B
YAML

services:
app:
image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}