spiff-arena/bin/run_editor

9 lines
265 B
Plaintext
Raw Normal View History

2023-05-25 19:15:58 +00:00
#!/usr/bin/env bash
SPIFF_EDITOR_BPMN_SPEC_DIR=$1 \
docker compose -f editor.docker-compose.yml up -d
echo ""
echo "Spiff Editor is ready."
echo ""
echo "Please open ${SPIFFWORKFLOW_BACKEND_URL_FOR_FRONTEND:-http://localhost:${SPIFFWORKFLOW_FRONTEND_PORT:-8001}}"