uodated README

This commit is contained in:
2024-01-10 10:01:17 +01:00
parent bdf81a3c5b
commit 77fefe6868

View File

@@ -25,12 +25,12 @@ The deployment is done via Docker:
## Building Docker image
Run the following command:
```bash
docker build . -t utility-bills-tracker:1.2.0
docker build . -t utility-bills-tracker:1.0.0
```
The image will be stored in the local Docker instance.
## Deploying Docker service
Run the following command:
```bash
docker stack deploy -c docker-compose-deploy.yml utility-bills-tracker:1.2.0
docker stack deploy -c docker-compose-deploy.yml utility-bills-tracker:1.0.0
```