docker-scripts/linux/atlassian/fisheye/1/1.3.6/docker-compose.yml
2021-05-19 15:52:17 +03:00

9 lines
178 B
YAML

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