docker-scripts/linux/atlassian/fisheye-crucible/2/2.10.8/docker-compose.yml

9 lines
187 B
YAML
Raw Normal View History

2021-05-19 03:11:06 +03:00
version: '3.9'
services:
app:
image: "epicmorg/fisheye-crucible:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}