You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if the repository could include a Dockerfile and a docker-compose.yml file to allow easy containerization and orchestration of the project.
Suggested Changes:
Add a Dockerfile for building the application container.
Add a docker-compose.yml file to manage multi-container setups if needed (e.g., for databases or additional services).
This would greatly help those who want to run this project in Docker environments.
Thank you for considering this request!
The text was updated successfully, but these errors were encountered:
@gabriel-tessier maybe have a repo in github or dockerhub and generate an image for each release ?
Also have a sample docker compose ready to use to spin a new selfhosted container not for dev only!
It would be great if the repository could include a
Dockerfile
and adocker-compose.yml
file to allow easy containerization and orchestration of the project.Suggested Changes:
Dockerfile
for building the application container.docker-compose.yml
file to manage multi-container setups if needed (e.g., for databases or additional services).This would greatly help those who want to run this project in Docker environments.
Thank you for considering this request!
The text was updated successfully, but these errors were encountered: