Rumon
Rumon
Explore posts from servers
RRailway
Created by Rumon on 7/31/2023 in #✋|help
History of usage by service
Where can I see how much resources a particular project consumed in any previous month?
Project ID: 029952cc-2550-44ce-8fed-b54882783e4b
Thanks in advance.
8 replies
RRailway
Created by Rumon on 10/1/2022 in #✋|help
Need Access To Apache Logs
I'm trying to make a template for Nextcloud, which is at https://github.com/msrumon/railwayapp-template-nextcloud. The deployment is successful, but I get 500 status when I try to reach it. It says that detailed information about the error can be found in the server logs, but I can't get access to it. Can anyone from the core team help me please? - Project ID: f58f914a-d00f-4ee2-9dd3-292599b66a19 (deleted) - URL: https://nextcloud-production-0234.up.railway.app/ (removed)
43 replies
RRailway
Created by Rumon on 9/28/2022 in #✋|help
'Dark Mode' isn't being picked up automatically
Although the website has auto switching to dark mode enabled (https://github.com/railwayapp/docs/blob/8155004bd4b298f529c9beec7bcc9ecd8e749576/src/styles/theme.tsx#L60-L67), it's not actually doing so.
15 replies
RRailway
Created by Rumon on 9/24/2022 in #✋|help
Deploying an image from Docker Hub
Is there a way to deploy a public image from any public registry (especially from Docker Hub)?
19 replies
RRailway
Created by Rumon on 9/17/2022 in #✋|help
Volume (VOLUME) is banned in Dockerfiles
I have a VOLUME imstruction here in the Dockerfile. When I tried to deploy it, it failed to do so. Why is it so important that I can't have volumes declared in Dockerfile? P.S.: How can we mount an external disk to my app service?
6 replies
RRailway
Created by Rumon on 9/14/2022 in #✋|help
Running database migrations before each deployment (and AFTER build steps)
On Heroku, we could declare a release command which would be run on each deployment. Is there anything similar available on Railway as well?
web: vendor/bin/heroku-php-apache2 public/
release: php artisan migrate --force
web: vendor/bin/heroku-php-apache2 public/
release: php artisan migrate --force
I ain't using Docker.
31 replies