#Can we easily add some config files for a dockerhub type of deployment ?
8 messages · Page 1 of 1 (latest)
Project ID: N/A
N/A
for the images that want a config file you would need to make a repo with a Dockerfile
FROM image
COPY conf.config /etc/usr/app
you get the idea
Ok I see, just wanted to know if an simple way existed or not. Thanks !
Thank you for marking this question as solved!
Learn more
blame the apps that havent implemented config from environment variables 😠
. Some service like grafana support to override config through env variable but some just don't and want a config file. Does railway let us do that in some way ?