Skip to content
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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Conversation

AdrielIg
Copy link
Contributor

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 run docker-compose up -d.

Copy link
Collaborator

@matigumma matigumma left a 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

@lautidevv
Copy link
Owner

agregar en el readme como levantar el proyecto con docker para todos aquellos que no sepan como hacerlo, un paso a paso

@AdrielIg
Copy link
Contributor Author

agregale las variables de entorno para que sean configurables desde docker-compose ya q el proyecto necesita usar un .env

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants