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() {
894894
895895 if is_demo_mode; then
896896 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
898898 else
899899 log_info " Starting Postgres AI monitoring services (production mode)..."
900900 log_info " Target demo database not included - add your own PostgreSQL instances to monitor"
901901 # 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
903903 fi
904904
905905 log_success " Services started!"
You can’t perform that action at this time.
0 commit comments