Updated Readme

This commit is contained in:
Camerin Figueroa 2024-06-20 14:00:44 +00:00
parent b89271559d
commit 020b5b0ccf
1 changed files with 24 additions and 0 deletions

View File

@ -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. 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