Closed pfongkye closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 76.50%. Comparing base (
ffc8641
) to head (ce62132
). Report is 8 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hello, with this evolution would it be possible to have the json injected after the build of the project? For example, homer is built and packaged in a docker image, I can mount a volume with the config file at the right place to have it loaded at startup.
Hello, with this evolution would it be possible to have the json injected after the build of the project? For example, homer is built and packaged in a docker image, I can mount a volume with the config file at the right place to have it loaded at startup.
Hello @fabienfleureau, For now we are building a new image with the config json copied to the correct destination but I think it is a good idea also to be able to mount a volume so that we only need to update the config file when necessary. I haven't tried it but could be a good evolution also. Let us know if you want to try this approach. Thanks.