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
Also, see below about ways how Ever Teams can be deployed to Fly.io and similar platforms:
one is to use Docker and run docker in Fly.io (and other platforms), similarly to how we do it in Ever Gauzy
maybe Fly.io supports natively running NodeJs apps? If so, it's basically similar to Vercel.com, so we should use that instead of Docker for Fly.io, but we MAY need Docker anyway for other platforms.
we can build Ever Teams maybe as "static" ("export" from NextJs) and deploy into some CDN in Fly.io and others (e.g. to Storage like S3 with Cloudfront in front of it, of course, what is available in Fly.io etc). However, I am NOT sure at this stage Ever Teams will work like that, most probably we are using some SSR already or something like that, hard to tell.
So yes, if we do it as 1) above, we probably have to push to some public registry Docker image and run it in Fly.io and other services. You can find relevant GitHub actions inside the Gauzy project.
How to Deploy
Create a Fly application if it does not exist
flyctl launch
Deploy
flyctl deploy
Application crashed because it ran out of memory
If you get the following error: Out of memory: Killed process 322 (node) total-vm:569056kB, anon-rss:47632kB, file-rss:4kB, shmem-rss:0kB, UID:0 pgtables:788kB oom_score_adj:0
Run the following command (add more RAM):
flyctl scale memory 1024 -a ever-teams
The text was updated successfully, but these errors were encountered:
Description
See same in ever-co/ever-gauzy#5525
Also, see below about ways how Ever Teams can be deployed to Fly.io and similar platforms:
one is to use Docker and run docker in Fly.io (and other platforms), similarly to how we do it in Ever Gauzy
maybe Fly.io supports natively running NodeJs apps? If so, it's basically similar to Vercel.com, so we should use that instead of Docker for Fly.io, but we MAY need Docker anyway for other platforms.
we can build Ever Teams maybe as "static" ("export" from NextJs) and deploy into some CDN in Fly.io and others (e.g. to Storage like S3 with Cloudfront in front of it, of course, what is available in Fly.io etc). However, I am NOT sure at this stage Ever Teams will work like that, most probably we are using some SSR already or something like that, hard to tell.
So yes, if we do it as 1) above, we probably have to push to some public registry Docker image and run it in Fly.io and other services. You can find relevant GitHub actions inside the Gauzy project.
How to Deploy
Create a Fly application if it does not exist
Deploy
Application crashed because it ran out of memory
If you get the following error:
Out of memory: Killed process 322 (node) total-vm:569056kB, anon-rss:47632kB, file-rss:4kB, shmem-rss:0kB, UID:0 pgtables:788kB oom_score_adj:0
Run the following command (add more RAM):
The text was updated successfully, but these errors were encountered: