Add a production ready Dockerfile
Closed this issue · 3 comments
dimiro1 commented
Should we load the config with only one app and load the secrets with env vars?
bmartel commented
You may want to look at possibly abstracting both and handling them with https://github.com/spf13/viper. This would keep both secret env vars and any configuration files you need to depend on available through a unified api within the code (consumes many forms of environment/config data). This would open up many more possibilities with how the application itself can be deployed or managed within a container, or in any scenario really.