You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I wanted to add SMTP configuration based on environment variable, I've been stuck because I couldn't execute script before redmine started.
My workaround was to create a custom Docker image based on this repo, and replace with sed the last line of the docker-entrypoint.sh to include executing scripts of directory inside of docker-entrypoint.d.
I think it's a common practice to be able to add user's defined script here.
I will provide a PR for this functionnality.
The text was updated successfully, but these errors were encountered:
Fabccc
changed the title
Support executing scripts inside the /entrypoint.d directory
Support executing scripts inside the /docker-entrypoint.d directory
Jan 9, 2025
When I wanted to add SMTP configuration based on environment variable, I've been stuck because I couldn't execute script before redmine started.
My workaround was to create a custom Docker image based on this repo, and replace with
sed
the last line of thedocker-entrypoint.sh
to include executing scripts of directory inside ofdocker-entrypoint.d
.I think it's a common practice to be able to add user's defined script here.
I will provide a PR for this functionnality.
The text was updated successfully, but these errors were encountered: