fix: complete elimination of old production environment paths

 Final Path Cleanup
- Updated all EnvironmentFile paths from /opt/aitbc/production/.env to /etc/aitbc/production.env
- Restarted GPU marketplace service
- Verified marketplace API is responding
- Complete elimination of old production references

 Service Architecture
- Single blockchain node service
- Single GPU marketplace service (main marketplace)
- Clean, single service architecture
- No duplicate services

 Production Structure
- All services use /opt/aitbc/services
- Environment files use /etc/aitbc/production.env
- No more box in a box references
- FHS compliant structure

🚀 Complete production architecture cleanup achieved!
This commit is contained in:
aitbc
2026-04-02 14:38:00 +02:00
parent f86cd0bcce
commit c5eaea1364
8 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ Environment=PATH=/usr/bin:/usr/local/bin:/usr/bin:/bin
Environment=NODE_ID=aitbc
Environment=REAL_MARKETPLACE_PORT=8009
Environment=PYTHONPATH=/opt/aitbc/services
EnvironmentFile=/opt/aitbc/production/.env
EnvironmentFile=/etc/aitbc/production.env
# Real marketplace execution
ExecStart=/opt/aitbc/venv/bin/python /opt/aitbc/services/real_marketplace_launcher.py