-
Notifications
You must be signed in to change notification settings - Fork 13
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
Feature/dockerize #6
base: main
Are you sure you want to change the base?
Conversation
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.
agregale las variables de entorno para que sean configurables desde docker-compose ya q el proyecto necesita usar un .env
agregar en el readme como levantar el proyecto con docker para todos aquellos que no sepan como hacerlo, un paso a paso |
El tema es que no tenemos env compartidas. Sino cada vez que pusheas / pulleas vas a tener que borrar y poner devuelta tus env en el docker. Lo subo y dejo comentado para que mientras usemos cada uno su env, con su server con su canal, con su bot hasta tener un bot compartido entre todos |
This dockerize the app from the branch init (basically the app with ts).
The dockerize app watch with nodemon, so when a change is applied, the container restarts
To run the app download Docker Desktop. Then in the app run
docker-compose up
, If you dont want to see the logs rundocker-compose up -d
.