mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-11 08:56:50 +00:00
9 lines
265 B
Bash
Executable File
9 lines
265 B
Bash
Executable File
#!/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}}" |