Parzival
Parzival
RRailway
Created by Parzival on 2/22/2024 in #✋|help
Redis Socket Timeout
Hey guys! Been loving railway. Finalizing our production deployment for the release of our product. We have heavy reliance on Redis, and i have been noticing that our Redis instance seems to regularly kick off connected clients (ie our other services). Is there something I can set up for add to our redis instance to fix this? Thanks!
25 replies
RRailway
Created by Parzival on 2/14/2024 in #✋|help
Request size not matching content error
Hello! I am having some issues with a nodejs app I have deployed on railway. The build works on my localhost, but when inside the docker container on railway I get the error "request size not matching content" error. Any help or tips to debug would be appreciated.
12 replies
RRailway
Created by Parzival on 2/12/2024 in #✋|help
Git submodules in railway docker build
Hello! So I have a situation where I need to initialize a private submodule inside an open source project I am deploying on railway. Any tips on how I could accomplish this on Railway? Thanks!
6 replies
RRailway
Created by Parzival on 2/7/2024 in #✋|help
Docker compatibility issue
Hey! Quick question. I am trying to get a docker build to run and am hitting a exec /bin/sh: exec format error error. I have built the base image of the dockerfile myself and pushed it up to Dockerhub to use. I am on an M1 Mac, so I tried buildin git for arm64 with the command docker build --platform=linux/arm64 -f scripts/Dockerfile.base -t magickml/magick:latest . and pushed that base image up, but I am still havign no luck. Is there a recommended platform for me to build my base image for so that it works on railway?
7 replies