uodated README
This commit is contained in:
@@ -25,12 +25,12 @@ The deployment is done via Docker:
|
|||||||
## Building Docker image
|
## Building Docker image
|
||||||
Run the following command:
|
Run the following command:
|
||||||
```bash
|
```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.
|
The image will be stored in the local Docker instance.
|
||||||
|
|
||||||
## Deploying Docker service
|
## Deploying Docker service
|
||||||
Run the following command:
|
Run the following command:
|
||||||
```bash
|
```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
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user