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 Modality Optimization Service (Port 8004)
|
||||
Description=AITBC Modality Optimization Service (Port 8012)
|
||||
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=8004
|
||||
Environment=PORT=8012
|
||||
Environment=SERVICE_TYPE=modality-optimization
|
||||
Environment=LOG_LEVEL=INFO
|
||||
ExecStart=/opt/aitbc/.venv/bin/python -m aitbc_modality_optimization.main
|
||||
|
||||
Reference in New Issue
Block a user