dillonzer
Container running fine locally but won't run on Railway (related to headless chrome / puppeteer)
I'm trying to add Puppeteer to my C# api to do some image generation but for some reason, adding the code just throws the service into a 503 state.
Running the docker image locally works perfectly fine (I'm installing chrome into my docker container, is this causing the issue?).
Is there something specific with Railways I should be doing to run this?
4 replies
Auto-restart based on time?
I'm wondering if there is a way to set a auto-restart based on a timer? ie at like midnight auto-restart? One of my libraries I use currently for a few of my apps don't have cache ttl's so I need to reboot it or else my memory grows too high and I get billed too much. Was hoping to automate it rather than manually do it everyday.
4 replies
Switching from Usage Based to Credit Based
It looks like the only way to do this is by canceling my plan first. Is that the correct way to do it? I feel like there should be a more intuitive way to switch rather than cancel and choose a new plan.
4 replies
python builder not listening to requirments
My requirements state
discord==1.7.3
but the python builder does the following:
#11 5.416 Collecting discord.py>=1.7.3
#11 5.423 Using cached discord.py-2.0.1-py3-none-any.whl (1.1 MB)
Any idea how I can have it not using the cached discord version?11 replies
Error with a dotnet docker file
Hey folks so I’m getting this error when trying to build my project:
open /var/lib/docker/overlay2/92d34ffbb49fafa1549cebcd87631eeb3f5d942768e80d24526eaa4c435726b1/merged/etc/passwd: no such file or directory
I’m using the docker file Visual Studio provided me. Any ideas?
21 replies