* add aspire

* add healthchecks
This commit is contained in:
Oda
2025-04-21 04:21:40 +07:00
committed by GitHub
parent 528c62a0a1
commit 3113e5d278
24 changed files with 427 additions and 100 deletions

9
src/run-aspire.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
# Set environment variables
export ASPIRE_ENABLED=true
export ASPNETCORE_ENVIRONMENT=Oda
echo "Starting Aspire dashboard using existing MongoDB and InfluxDB..."
echo "Environment: $ASPNETCORE_ENVIRONMENT"
echo "Health endpoints will be available at /health and /alive on both APIs"
echo "Dashboard will be available at http://localhost:15888"