From 020b5b0ccf9dcef1196bf741871f2d46be4e140b Mon Sep 17 00:00:00 2001 From: Camerin Figueroa Date: Thu, 20 Jun 2024 14:00:44 +0000 Subject: [PATCH] Updated Readme --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 34252c3..38b3da9 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,27 @@ docker compose up -d ``` This will deploy the application to docker. It will setup the postgres server, deploy the database using diesel and start request-mirror. + +The following command will stop the deployed containers + +```bash +docker compose down +``` + +### Pushing to dockerhub + +The image can then be pushed to docker using the following command. You may also want to modify it a little to your need + +First login +```bash +docker login +``` + +Then push the image +```bash +docker push raspberrypi99/request-mirror:latest +``` + +## Deploying to azure + +TODO \ No newline at end of file