fix: Docker Compose build#232
fix: Docker Compose build#232slowlydev merged 4 commits intoslowlydev:developfrom gacanepa:bug/fix-docker-compose-build
Conversation
|
@gacanepa is attempting to deploy a commit to the f1-dash Team on Vercel. A member of the Team first needs to authorize it. |
slowlydev
left a comment
There was a problem hiding this comment.
thanks for the PR, any good reason why we should enable backtrace in the example?
else it lgtm :)
Hey, thank you for getting back to me so quickly! It is more of a personal preference based on this answer in a Rust forum. With that said, let me know if you want it removed. |
thanks for the link, it seams fine for the most part, someone mentioned anyhow and how it might affect performance when backtrace is enabled so I would not enable it in a production env but maybe in a docker compose its fine. But lets leave it as is for now. |
…-build fix: Docker Compose build
Summary
This PR improves the Docker Compose configuration by properly implementing environment variable management and enhancing security through non-root user execution.
Changes Made
compose.yaml${VARIABLE}syntaxuser: "1000:1000")compose.env.examplewith all required environment variablesenv_filedirectivesMotivation