docker-scripts/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.6/docker-compose.yml
2021-09-21 20:44:37 +03:00

9 lines
187 B
YAML

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