Hi there,
i am starting to look into how i would deploy a complete redwood app (including postgresql, api frontend) to a caprover (https://caprover.com/) server instance.
What would be the way to go here? do i have to go more or less the baremetal tutorial here (Introduction to Baremetal | RedwoodJS Docs) or is there a more elegant way to do that?
Hi thanks for your reply - you mean deploy from redwood to docker? is there any good way to do that? i am still working through the redwood documentation but did not came across a docker deploy.
Just wanted to add more info to the solution posted by @ajoslin103
RedwoodJS docker docs plus the caprover captain-definition docs oughta get you there. Specifically I think the monorepo example for the captain-definition file is where redwoodjs fits.
Cheers