DockerHub Repositories
This guide provides the details for pulling the necessary Docker images from DockerHub to set up the KeyWatcher application.
Frontend Image
To pull the frontend image, use the following command:
docker pull n4fta/nameless:frontend
Once you have pulled the image, follow this guide to set up the backend container:
Backend Image
To pull the backend image, run the following command:
docker pull n4fta/nameless:backend
Once you have pulled the image, follow this guide to set up the backend container:
warning
Dont forget to create a docker network and then connect the database and backend containers to the same network.