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:23:08 +02:00
parent f3aaca139b
commit eeeb2d69e5

View File

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