-
Notifications
You must be signed in to change notification settings - Fork 30
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
Environment config not working #24
Comments
Yeah, I think the problem got introduced in #18. The easiest way to fix this would probably be ditching figment all together and moving towards dotenv (and relying on a |
The issues are not related btw :) |
#25 should fix your issue @Wishdream.
I don't know if thats really required. I don't really like the fix(#25) though. |
Going to build it myself for now, at least until there's an agreed-upon fix. |
Well, I can't merge into the main repo, thats why the fix isn't official yet. |
I would rather use |
I'm currently using the docker-compose given via portainer
and provides the following error:
All my environment vars are set and just following the provided docker-compose file:
I think it's trying to read the config.toml where it shouldn't exist or somehow got bundled with the docker image
The text was updated successfully, but these errors were encountered: