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

9 lines
173 B
YAML

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