16 lines
333 B
YAML
16 lines
333 B
YAML
version: "3.9"
|
|
services:
|
|
|
|
orchestra:
|
|
init: true
|
|
image: dkr-dsg.ac.upc.edu/trustchain-oc1-orchestral/orchestra:latest
|
|
environment:
|
|
- SECRET_KEY=${ORCHESTRA_SECRET_KEY:-publicsecretisnotsecureVtmKBfxpVV47PpBCF2Nzz2H6qnbd}
|
|
ports:
|
|
- "9080:9080"
|
|
# TODO configure volumes
|
|
#volumes:
|
|
# - .:/home
|
|
|
|
|