You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's the integration of the library astroreha into a scalable architecture. The key points noted here are scaling. Used fastify for as less latency as possible.
docker-compose up --scale astrocharts-rest=4 --build -d
Logging
docker-compose logs -f --tail=15
About
It's the integration of the library astroreha into a scalable architecture. The key points noted here are scaling. Used fastify for as less latency as possible.