finished docker build & deploy

This commit is contained in:
2024-01-10 13:27:25 +01:00
parent 77fefe6868
commit 3e56ea3ae6
5 changed files with 100 additions and 27 deletions

View File

@@ -32,5 +32,9 @@ 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.0.0
HOSTNAME=0.0.0.0 \
NEXTAUTH_URL=https://rezije.app \
docker stack deploy \
-c docker-compose-deploy.yml \
utility-bills-tracker
```