How variables are passed to docker containers ?
magrigry
HOBBYOP

2 years ago

My application uses environnement variable to handle environnement specific configurations.

I am used to defined those variables into the "variables" tab of railway. How thoses variables are passed to the container ? Does Railway use docker run ... -e xx=yy internally ?

Thank you

Closed

5 Replies

magrigry
HOBBYOP

2 years ago

N/A


2 years ago

yes they are passed in via the environment flag


2 years ago

and during build they are passed in with the build arguments flag


magrigry
HOBBYOP

2 years ago

thanks you for the confirmation !


2 years ago

no problem!


Welcome!

Sign in to your Railway account to join the conversation.

Loading...