-
|
I setup the .env according to the .env example here .env.example and I setp the provider in authentik and a dawarich application. but I am getting this in the logs when the app starts up Dawarich version [0.37.2] |
Beta Was this translation helpful? Give feedback.
Answered by
ajain-93
Jan 7, 2026
Replies: 1 comment 1 reply
-
|
Update: I have fixed it but I had to put the variables in the compose file itself instead of .env file. Anybody why it wouldn't work with a separate .env file? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you put the secrets in the
.envfile, you need to put them in the following fashion with curlies${variable}to enable variable expansion:.envfile:docker-compose.yaml: