docker-scripts/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/docker-compose.yml
2024-06-21 16:22:11 +03:00

9 lines
186 B
YAML

#version: '3'
services:
app:
image: "epicmorg/fisheye-crucible:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}