Charles_
How do deploy this Docker containers?
I'd like to deploy this project on Railway but it's not obvious how I should add run parameters when launching the docker container.
Github:
https://github.com/louislam/uptime-kuma
Docker Run:
Container link (detects as expected in Railway):
https://hub.docker.com/r/louislam/uptime-kuma
Thanks!
6 replies
2.8GB repo takes a very long time with `railway up`
I have local repo with a bunch of data which I've (I think) excluded inside a
.railwayignore
file.
However, deploying take a very long time (>15 minutes) and I'm not convinced those files are actually getting ignored. How can I check?8 replies
HTTPError 451 Client Error on Railway
Which location are http calls being made from on Railway?
My python application is failing most of its resquests (requests.exceptions.HTTPError).
Error 451: Unavailable Due to Legal Reasons
Can someone suggest a fix?
4 replies