Releases: kellertobias/servobill
Releases · kellertobias/servobill
Release v1.0.2
What's Changed
This release includes:
- Docker images tagged with version 1.0.2
- App image:
ghcr.io/kellertobias/servobill/app:1.0.2 - Workers image:
ghcr.io/kellertobias/servobill/workers:1.0.2
Docker Deployment
Update your docker-compose.yml to use the new tagged images:
services:
app:
image: ghcr.io/kellertobias/servobill/app:1.0.2
workers:
image: ghcr.io/kellertobias/servobill/workers:1.0.2Quick Deployment
Use the deployment script to quickly deploy this version:
VERSION=1.0.2 ./deploy/dockerized/deploy.shRelease v1.0.1
What's Changed
This release includes:
- Docker images tagged with version 1.0.1
- App image:
ghcr.io/kellertobias/servobill/app:1.0.1 - Workers image:
ghcr.io/kellertobias/servobill/workers:1.0.1
Docker Deployment
Update your docker-compose.yml to use the new tagged images:
services:
app:
image: ghcr.io/kellertobias/servobill/app:1.0.1
workers:
image: ghcr.io/kellertobias/servobill/workers:1.0.1Quick Deployment
Use the deployment script to quickly deploy this version:
VERSION=1.0.1 ./deploy/dockerized/deploy.shRelease v1.0.0
What's Changed
This release includes:
- Docker images tagged with version 1.0.0
- App image:
ghcr.io/kellertobias/servobill/app:1.0.0 - Workers image:
ghcr.io/kellertobias/servobill/workers:1.0.0
Docker Deployment
Update your docker-compose.yml to use the new tagged images:
services:
app:
image: ghcr.io/kellertobias/servobill/app:1.0.0
workers:
image: ghcr.io/kellertobias/servobill/workers:1.0.0Quick Deployment
Use the deployment script to quickly deploy this version:
VERSION=1.0.0 ./deploy/dockerized/deploy.sh