private networking
glassworks-projects
PROOP

a month ago

i can't seem to get private networking for this template to work. i've tried updating TURBO_API_URL to use different combinations of the internal URL:

```
TURBO_API_URL="{{turborepo-remote-cache}}"

TURBO_API_URL="http://{{RAILWAY_PRIVATE_DOMAIN}}"

TURBO_API_URL="http://{{RAILWAY_PRIVATE_DOMAIN}}:8080"
```

tried with https as well, which didn't work, but that's to be expected.

is there something i'm missing, or is there a deeper issue here?

Solved

1 Replies

passos
MODERATOR

22 days ago

Unfortunately, the turborepo remote cache does not listen on all interfaces and thus it's not reachable over the private network. I've submitted a PR and hopefully when merged, we'll be able to use private networking.

Also, for reference, we're not using private networking in our company and so far have encountered no problems, it's better for organizing as we can keep a separate project just for the turborepo cache code, but surely you might've a different use case.


Status changed to Awaiting User Response Railway 22 days ago


Railway
BOT

15 days ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway 15 days ago


Loading...