refactor: standardize systemd service port assignments and fix hardcoded paths
- Update blockchain RPC port from 8003 to 8006 - Update wallet service port from 8001 to 8002 - Update multimodal service port from 8002 to 8010 - Update modality optimization port from 8004 to 8012 - Update adaptive learning port from 8005 to 8013 - Update marketplace enhanced port from 8006 to 8014 - Update OpenClaw enhanced port from 8007 to 8015 - Update multimodal GPU port from 8010 to 8011 - Add port 8017 to geographic
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=AITBC Adaptive Learning Service (Port 8005)
|
||||
Description=AITBC Adaptive Learning Service (Port 8013)
|
||||
Documentation=https://docs.aitbc.bubuit.net
|
||||
After=network.target aitbc-coordinator-api.service
|
||||
Wants=aitbc-coordinator-api.service
|
||||
@@ -10,7 +10,7 @@ User=aitbc
|
||||
Group=aitbc
|
||||
WorkingDirectory=/opt/aitbc/apps/coordinator-api
|
||||
Environment=PYTHONPATH=/opt/aitbc/apps/coordinator-api/src
|
||||
Environment=PORT=8005
|
||||
Environment=PORT=8013
|
||||
Environment=SERVICE_TYPE=adaptive-learning
|
||||
Environment=LEARNING_MODE=online
|
||||
Environment=LOG_LEVEL=INFO
|
||||
|
||||
Reference in New Issue
Block a user