-
Notifications
You must be signed in to change notification settings - Fork 53
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
Docker build and deployment #210
Comments
Which command do you run to get the output in your screenshot? |
|
Where should I make the env variable changes? @timonegk @jgueldenstein @wichmannpas @NFiedler |
For all the configuration values, you have to pass them as environment variables, for docker that is with the |
Do you have a sample terminal code I can run @timonegk |
I have tried this but I get a invalid reference format error @timonegk |
@timonegk do you have any other deployment materials or documentation? |
issue was not resolved |
When working with open source / community projects, please keep in mind that everybody is doing it on their free time. That also means that you have to wait sometimes to get an answer. Pointlessly asking and re-asking and passive-aggressively closing an issue is not a nice way of getting other people's attention. |
What I'm trying to do
build a docker image to host on heroku
What I've tried
changing the prefix for the required env variable to start with the IT_ prefix
Additional context
I'm getting errors for each variable in the base class
If I add the prefix IT_ to the env variables stated in readme, the error message
variable IT_ALLOWED_HOST is required to be set to IT_IT_ALLOWED_HOST
Where does the issue occur?
If it is a self hosted instance, please provide further information
The text was updated successfully, but these errors were encountered: