MaTTHD
MaTTHD
Explore posts from servers
RRailway
Created by MaTTHD on 8/23/2024 in #✋|help
Can you deploy Supabase (Docker / Compose) on Railway
Can you deploy supabase on railway yet? I know there were some posts a while ago stating it was not supported, but curious if anything has changed on that front? We are wanting to get off Supabase hosted instance so everything is in the same network. Thanks, Matt.
5 replies
RRailway
Created by MaTTHD on 1/2/2024 in #✋|help
Caddy with NextJS app running pages router.
Hi! I have been working on moving my current SaaS application from Cloud Run to Railway this week. I have an old version of the app (call this dashboard-old) which has pages and api routes, as well as a new NextJS app running (call this dashboard-v2) which I am trying to route traffic to with Caddy depending on the paths. Old Dashboard Information: - Spring Boot, caddy routes /* -> dashboard-old.railway.internal:PORT - Currently does work. V2 Information: - NextJS app however traffic seems to get a 404 when trying to find _next files. Is there any additional changes needed for NextJS?
5 replies