2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-01-18 01:28:16 +03:00

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}