Para montar proyecto, se deben ejecutar los siguientes comandos en diferentes terminales, esperando que termine de ejecutar exitosamente cada uno esperando peticiones:
For mount the proyect, you should execute the next commands in diferents terminals, waiting tha finish of execute successfully everyone. waiting for requests:
-
mont data base postgres 13:
docker-compose --file ./docker-compose.mont-db.yaml up && docker-compose --file ./docker-compose.mont-db.yaml rm -fsv
docker-compose --file ./docker-compose.install-migrate-back.yaml up && docker-compose --file ./docker-compose.install-migrate-back.yaml rm -fsv
docker-compose --file ./docker-compose.nginx-front.yaml up && docker-compose --file ./docker-compose.nginx-front.yaml rm -fsv
opcional (crea una version para distribuir del front):
optional (create a dist version of the front):
docker-compose --file ./docker-compose.install-built-front.yaml up && docker-compose --file ./docker-compose.install-built-front.yaml rm -fsv
Para finalizar los docker, presione control + c en cada terminal, y espere, cuando terminen todos los dockers habran sido eliminados.
For stop the dockers, press control + c in every terminal, and wait, when finish all the dockers will have been eliminated.
Install docker UBUNTU: https://docs.docker.com/engine/install/ubuntu/ https://docs.docker.com/compose/install/
Comment about endpoint:
Remember change the endpoint to localhost if you test offline.










