2025-04-11 01:41:19 +03:00

8 lines
178 B
YAML

services:
app:
image: "hub.epicm.org/epicmorg/crucible:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}