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

@@ -13,7 +13,7 @@ Environment=NODE_ID=aitbc
Environment=MARKETPLACE_PORT=8002
Environment=WORKERS=1
Environment=PYTHONPATH=/opt/aitbc/services
EnvironmentFile=/opt/aitbc/production/.env
EnvironmentFile=/etc/aitbc/production.env
# Production execution
ExecStart=/opt/aitbc/venv/bin/python /opt/aitbc/services/marketplace.py