feat(platform): Move scheduler from RestService pod to WebsocketService pod to make it singleton

This commit is contained in:
Zamil Majdy
2025-04-10 22:26:03 +02:00
parent eeeb2d69e5
commit e01dc2d14d

View File

@@ -86,7 +86,7 @@ services:
- REDIS_PASSWORD=password
- ENABLE_AUTH=true
- PYRO_HOST=0.0.0.0
- EXECUTIONSCHEDULER_HOST=websocket_server
- SCHEDULER_HOST=websocket_server
- EXECUTIONMANAGER_HOST=executor
- NOTIFICATIONMANAGER_HOST=rest_server
- FRONTEND_BASE_URL=http://localhost:3000