-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENV variables for laravel SSL properties #158
Comments
You should be able to add that variable to your config manually and it shouldn't get clobbered on restart of container. Let me know if that works and allows an install. |
Aha ! I follow you now. However, there is a trick you can do with this image. If you mount
and then Hopefully that will help you in the short term? If it doesn't work there are a few more ways we can get the script to fire ahead of the freescout install proess. |
Unfortunately that didn't work :( I submitted a feature request to freescout core and I'll wait to see if they adopt it. If you want to provide other methods to run scripts before the install process, then I'll gladly take them! |
You will want to not have your script in /assets/custom-scripts this time, but something different.. You can put it somewhere and use You'll want to change the sed command to operate on |
Description of the feature
Adding ENV variables like DB_SSL_CERT_PATH for laravel to use when connecting to SQL databases that require SSL.
Benftits of feature
Required when using Azure MySQL databases unless manually turned off
Additional context
I have an Azure Web App deployment of this image but it's lacking these environment variables required to pass a root cert for SSL validation.
The text was updated successfully, but these errors were encountered: