File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -894,12 +894,12 @@ start_services() {
894
894
895
895
if is_demo_mode; then
896
896
log_info " Starting Postgres AI services (demo mode - including target database)..."
897
- $compose_cmd -f " $COMPOSE_FILE " up -d --build
897
+ $compose_cmd -f " $COMPOSE_FILE " up -d
898
898
else
899
899
log_info " Starting Postgres AI monitoring services (production mode)..."
900
900
log_info " Target demo database not included - add your own PostgreSQL instances to monitor"
901
901
# Start all services except target-db
902
- $compose_cmd -f " $COMPOSE_FILE " up -d sources-generator sink-postgres sink-prometheus pgwatch-postgres pgwatch-prometheus grafana flask-backend postgres-reports --build
902
+ $compose_cmd -f " $COMPOSE_FILE " up -d sources-generator sink-postgres sink-prometheus pgwatch-postgres pgwatch-prometheus grafana flask-backend postgres-reports
903
903
fi
904
904
905
905
log_success " Services started!"
You can’t perform that action at this time.
0 commit comments