Robert Zettl
Robert Zettl
NNovu
Created by Robert Zettl on 3/27/2025 in #💬│support
Local docker images
For testing i can of course execute the scripts locally to hit the endpoints, but that does not solve the issue if they are mounted into the image where i want them (aka calling the script from the compose file according to the images set working directory)
5 replies
NNovu
Created by Robert Zettl on 3/27/2025 in #💬│support
Local docker images
Yes but i also want to do that for the other containers that had them removed last week. Because some of the containers use 'node:slim' or similar reduced images there is a limited availability for unix tools like curl. The least disruptive solution is to create a mjs module and execute it with the available node runtime. To avoid bind mounting permission issues or modifying the compose file to much my idea was to integrate the healthcheck scripts into the image itself and assign the correct container permission, similar to already present scripts. I do not plan to use the self build images for anything beside the testing of the health check. --- And again do we have some codebase/architecture documentation to make getting started contributing and adherring to existing project standards a bit easier?
5 replies
NNovu
Created by Robert Zettl on 3/27/2025 in #💬│support
Local docker images
I think this post should be moved to #⚓│community-self-host
5 replies