Faruq Alli-Balogun
Explore posts from serversCCoder.com
•Created by Faruq Alli-Balogun on 9/21/2024 in #help
Is this an anti-pattern for coder?
I’m exploring Coder for my team members and I’m wondering if creating a docker template that install Postgres and Redis would be an anti-pattern mainly because of the infrastructures required to run the services.
18 replies
DTDrizzle Team
•Created by Faruq Alli-Balogun on 5/10/2024 in #help
Using drizzle how do I check if my database connection is established before starting my express app
Using drizzle how do I check if my database connection is established before starting my express app
1 replies
Github and Railway: How can I setup/link my github environment to my different deployments?
Github and Railway: How can I setup/link my github environment to my different deployments? I'm using Github CI to trigger deployment as shown here (https://blog.railway.app/p/github-actions)
For example on Github, I have 3 environments (develop/QA/production). The idea here is to only have a single branch (develop) which is going to trigger builds via merging and pushing while the QA and production is going trigger builds with release tags.
I'm not sure railways is equipped for that, though I know we can create multiple environment on railway. Can it handle this? Also how can I automatically get the deployment URL and also get deployment URL for my PR builds? I want the URLs to reflect on Github under environment, I can setup an other enviroment for PR build links or better still it should have the short sha as subdomain.
4 replies
How can I get two instance of Redis for an app
In my application, We are using different redis databases to manage cache and queue.
At the moment, I'm only able to create one redis instance but I need multiple.
How can I achieve this?
7 replies
Railway postgres env is quite different from what I intend to use as per my company styleguide
Hello
I noticed that with Railway postgres we have envs like
PGHOST
PGPORT
. Is there a way to change it to something like POSTGRES_HOST
and so on.
Of course I could just reassign the envs but this won't work for PR builds14 replies