R
Railway•16mo ago
Reveur

Hobby Plan Questions

I'm paying for the hobby plan, what happens when i reach the 5 usd? But i see this: I'm gonna pay more?
27 Replies
Percy
Percy•16mo ago
Project ID: 2023ec22-fe77-4b08-8564-d1dc589dee52
Reveur
Reveur•16mo ago
2023ec22-fe77-4b08-8564-d1dc589dee52
Brody
Brody•16mo ago
looks like you will be paying ~20 dollars
Reveur
Reveur•16mo ago
why?
Brody
Brody•16mo ago
because thats what your screenshots says
Reveur
Reveur•16mo ago
i'm just gonna testing my app how works the Hobbie plan?
Brody
Brody•16mo ago
minimum 5$ fee, with a 5$ discount, additional pricing is based on usage
Reveur
Reveur•16mo ago
is there a any "unlimited plan" ?
Brody
Brody•16mo ago
theres hobby, pro, and enterprise, they all use usage based pricing
Reveur
Reveur•16mo ago
ohh.. okay. in the case i reach over the 5usd, it will bill me or stop de deploY?? (sry for me english)
Brody
Brody•16mo ago
^ from the estimate in your screenshot, you will be billed 20$
Reveur
Reveur•16mo ago
if i cancel the suscription, it still works until 5Aug, yes?
Brody
Brody•16mo ago
as far as i know, services and plugins would stop right away without a subscription you cant use the platform
Reveur
Reveur•16mo ago
hmmm, okay. I love railway (better than others) but i'm new and i cant afford prices more than 5usd at the moment cuz i'm testing apps and i have to get feedbacks first til deploy to production. Gonna unsuscribre, thx for the help!
Brody
Brody•16mo ago
if you wouldn't mind, what are you testing, since thats a big bill for some "tests"
Reveur
Reveur•16mo ago
https://redlistfrontend-production.up.railway.app/ i'm Biologist, there is an app for data proccesing (have to translate from spanish to english) and use a database for some procces i think this is why the cost i dont know how works deployements (this is why love railway, it makes easy). I started with the trial for deploy and testing, i can afford 5usd (thinking was unlimited) but no :'c
Brody
Brody•16mo ago
data processing would be pretty resource intensive, well im sorry you have not found railway to be a good fit for you
Reveur
Reveur•16mo ago
thx for all!
Brody
Brody•16mo ago
no problem!
Reveur
Reveur•16mo ago
still have one question
Brody
Brody•16mo ago
ask away
Reveur
Reveur•16mo ago
i use this dockerfile:
# syntax=docker/dockerfile:1

FROM python:3.11.4-slim-bookworm

WORKDIR /app

COPY requirements.txt requirements.txt

RUN pip3 install -r requirements.txt

COPY src .

#Expose port from the app
EXPOSE 5001

COPY entrypoint.sh entrypoint.sh
RUN chmod +x entrypoint.sh

CMD ["sh", "entrypoint.sh"]
# syntax=docker/dockerfile:1

FROM python:3.11.4-slim-bookworm

WORKDIR /app

COPY requirements.txt requirements.txt

RUN pip3 install -r requirements.txt

COPY src .

#Expose port from the app
EXPOSE 5001

COPY entrypoint.sh entrypoint.sh
RUN chmod +x entrypoint.sh

CMD ["sh", "entrypoint.sh"]
entrypoint.sh
echo 'Running server...'

#This $PORT variable is set by Railway
gunicorn --bind 0.0.0.0:$PORT app:server
echo 'Running server...'

#This $PORT variable is set by Railway
gunicorn --bind 0.0.0.0:$PORT app:server
how can i use the nixpack from railway and python 3.11? as i said, im not programer and dont know much from docker, just basic
Brody
Brody•16mo ago
1. gunicorn binds to 0.0.0.0:$PORT by default, so --bind 0.0.0.0:$PORT is redundant 2. to tell railway to use python 3.11 just have a runtime.txt file with 3.11 as the file contents
Reveur
Reveur•16mo ago
On this line, i want to use: FROM python:3.11.4-slim-bookworm -> FROM railwayapp/nixpacks:latest https://hub.docker.com/r/railwayapp/nixpacks How i can add python 3.11?
Brody
Brody•16mo ago
that image is really only intended to be used by nixpacks itself, i wouldn't recommend doing something like that yourself, as its just a ubuntu image
Reveur
Reveur•16mo ago
oh.. thats fine, thx!
Brody
Brody•16mo ago
no problem 🙂
Want results from more Discord servers?
Add your server