docker-scripts/linux/atlassian/crucible/templates/1/docker-compose.yml

9 lines
179 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/crucible:${RELEASE}"
2021-05-19 15:31:26 +03:00
build:
context: .
args:
RELEASE: ${RELEASE}
DOWNLOAD_URL: ${DOWNLOAD_URL}