- Deploy the container by doing
docker-compose up -d --build - Wait for it to finish building
- Once it's done building, the website will be available on
localhost:3000 - Particularly, the map will be available on
localhost:3000/maps - The server will be available on
localhost:5000 - After the images have been built, rebuilding them is not necessary when redeploying the app. Redeploy the container by doing
docker-compose up -d.
- Don't forget to take down the previous containers:
docker-compose down. - The application can be started by calling
docker-compose up.
- Go to
server-postgresdirectory:cd server-postgres. - Run:
npm uninstall nanoid. - Run:
npm install save nanoid@2.1.11. - Try rebuilding the application (
docker-compose up --build).
You may contact the developers using the following emails: Joshua Espartero: jmespartero@up.edu.ph Christian Gelera: clgelera@up.edu.ph