Anyone had luck self-hosting? #3090
Unanswered
caudurodev
asked this question in
Q&A
Replies: 1 comment 1 reply
|
I've been trying to get it to work on my VPS for over a week now, no luck, there's a Docker compose example but it's from a year ago, it brings a lot of outdated stuff The only thing I could think of is to fork the CLI, after that, since that's what works best so far, then modify the source code to make it work on a VPS. I asked the question on discord and nhost cli is not available for self hosting, so it's up to us to modify the source code to make it work. Maybe you already got lucky and managed to do it, I would love to know if you managed to get a Docker compose with the latest versions working for a VPS |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm interested in this option for non-commercial projects. Has anyone managed to create a project and deploy simply to open source? Is there a way to adapt what is created by the CLI to self host or is this a tedious slog process of adapting everything?
There is a docker-compose.yaml in the .nhost folder - can this be modified simply to self-host?
If not, I will consider creating a docker-compose from scratch instead with hasura, postgres, etc.
All reactions