-
Notifications
You must be signed in to change notification settings - Fork 14
feat: added dockerfile and docker-compose #1252
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
base: main
Are you sure you want to change the base?
Conversation
Hi Vítor, thanks for your contribution. Couple of notes:
|
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.
As per the comment
@vitordm I thought about it a bit more and there are at least two problems with the current approach:
We have couple of options to solve it:
So I'd have a small preference for the last option using build secrets. What do you think? |
Thanks for the detailed feedback. I understand your perspective; however, I view docker-compose as a method for quick local deployment, which is why I appreciate the "env" mode and the simplicity of executing |
Added two new files to the repository: Dockerfile and compose.yml.
This update simplifies the process of running s3-browser quickly. By using Docker and Docker Compose, you can easily set up and start the application with minimal effort, ensuring a consistent environment every time.
Usage: