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
5 Replies
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
2 years ago
no problem!