Can't Shell into a Service
Doesn't open the shell - Project ID:
44fd9123-c066-4c9a-b095-6f3aa6e49878
16 Replies
Project ID:
44fd9123-c066-4c9a-b095-6f3aa6e49878
it opens a local shell with the with Railway variables available.
oh it doesn't put me in the shell on the VPS? :Facepalm:
nope, railway is also a container environment, not VPS
Yeah - sorry. I meant container.
So I have a Docker image that I am running, I added a Storage to it and trying to create a config in the storage. Is that possible?
you mean a volume?
Yes - sorry :Facepalm: (not using the right lingo, long day)
how often will this config file need to be modified?
Never (or very rarely)
does your app save info into this config file?
nope just reads from it. e.g. what to log and the format.
does it hold sensitive data?
Nope - I am running an inbound MTA (Kumo) and the Config is just around what domains to accept mail from, and what to log, and the format to send the Webhook in.
Solution
can the config file be placed in your repo?
I could potentially go that route honestly
Update - that path worked, pretty easy and simply. Can't believe I didn't think of that :Facepalm:
awsome!