Open
Description
Instances of env()
can be replaced with os.environ.get()
.
load_dotenv(find_dotenv())
can be removed entirely.
The sample project does not include a .env
file, and if it did, wouldn't it make more sense to handle that in compose.yaml
with env_file: .env
?
Metadata
Assignees
Labels
No labels