docker-scripts/linux/ecosystem/atlassian/crucible/1/1.1.2/docker-compose.yml

9 lines
178 B
YAML
Raw Normal View History

2024-06-21 16:22:11 +03:00
#version: '3'
2021-05-19 15:52:17 +03:00
services:
app:
image: "epicmorg/crucible:${RELEASE}"
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}