9 lines
178 B
YAML
Raw Normal View History

2021-05-19 15:31:26 +03:00
version: '3.9'
services:
app:
2021-05-19 15:46:35 +03:00
image: "epicmorg/fisheye:${RELEASE}"
2021-05-19 15:31:26 +03:00
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}