-
Notifications
You must be signed in to change notification settings - Fork 751
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
added docker compose file. #533
base: main
Are you sure you want to change the base?
Conversation
ArpitBlagan
commented
Jul 23, 2024
•
edited
Loading
edited
Someone is attempting to deploy a commit to the mftsio Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall good. There's another PR open for a pure dockerfile #532. But I definitely like the docker-compose approach with the database.
Would it be possible to specify the different env variables before running the docker compose? Like notification emails won't work without Resend currently. Planning to offer also smtp, for self-hosting. Currently we also rely on trigger, but might be able to escape that for self-hosting.
Yes before running docker compose up just simple create .env file and change or add all the variables that are needed. |