Can we easily add some config files for a dockerhub type of deployment ?
https://docs.railway.app/develop/services#docker-image we can deploy from dockerhub and that's very cool . 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 ?
6 Replies
Project ID:
N/A
N/A
for the images that want a config file you would need to make a repo with a Dockerfile
you get the idea
Ok I see, just wanted to know if an simple way existed or not. Thanks !
blame the apps that havent implemented config from environment variables ðŸ˜
Indeed