wilsonlewis
Explore posts from serversUrgent: Prisma cannot find the required `libssl`
My site just went down. I am having the same problem as this https://discord.com/channels/713503345364697088/1175401667978604575
I am having a hard time figuring out the solution based on the this thread
Could someone please help?
86 replies
Different services on different environments?
Can you have different services/volumes on different environments?
For example, if you want to have a redis db service in development but will use an external service for production
Or, use a volume in development but use S3 in production
In other words, have extra services in development that you don't need in production
Thanks!
7 replies
Github actions + monorepo / skipping deployment
Hello! I'm trying to setup a deployment strategy and hope you can help (or if it is even possible)
I am using a monorepo (turborepo*) and have a handful of services. Here is what I would like to do:
Required
1. trigger github action on push to production branch
2. build all services
3. test all services
4. skip** deploying services that have not changed using a command (not just a glob pattern)
5. deploy a pruned*** version of changed services based on its dependencies
6. rollback new deployments if any of them fail to deploy (although this shouldn't happen)
Optional
7. wait for deployment
6. test the deployed services
7. rollback services that do not pass tests
* https://turbo.build/repo/docs
** https://turbo.build/repo/docs/core-concepts/monorepos/skipping-tasks
*** https://turbo.build/repo/docs/handbook/deploying-with-docker#the-solution
4 replies
Communicate between services with private network
Project ID: 3f51dcb4-6905-4a13-be75-4c6063e4324a
I am trying to set up Railway to communicate between microservices on a private network, but I cannot figure it out...
Is there someone who has some experience that could help me walk through my set up so I can understand it?
Thanks!
4 replies