Skip to content

Releases: kellertobias/servobill

Release v1.0.2

22 Jun 11:05

Choose a tag to compare

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

Quick Deployment

Use the deployment script to quickly deploy this version:

VERSION=1.0.2 ./deploy/dockerized/deploy.sh

Release v1.0.1

22 Jun 02:45

Choose a tag to compare

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

Quick Deployment

Use the deployment script to quickly deploy this version:

VERSION=1.0.1 ./deploy/dockerized/deploy.sh

Release v1.0.0

22 Jun 02:26

Choose a tag to compare

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

Quick Deployment

Use the deployment script to quickly deploy this version:

VERSION=1.0.0 ./deploy/dockerized/deploy.sh