Release v26.8.20
All checks were successful
CI / Checks (push) Successful in 4m38s
Production deployment / Build (release) Successful in 1m7s
Staging deployment / Build (release) Successful in 1m11s
Staging deployment / Deploy (release) Successful in 2m56s
Production deployment / Deploy (release) Successful in 3m52s

This commit is contained in:
2026-08-20 20:57:19 +02:00
parent 92473a2f52
commit 1af8a4be9a
15 changed files with 43 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
services:
backend:
image: "bthlabs/hotpocket:aio-v26.3.16-01"
image: "bthlabs/hotpocket:aio-v26.8.20-01"
environment:
HOTPOCKET_BACKEND_SECRET_KEY: "thisisntright"
HOTPOCKET_BACKEND_INITIAL_ACCOUNT_USERNAME: "hotpocket"

View File

@@ -8,7 +8,7 @@ x-backend-environment: &x-backend-environment
services:
webapp:
image: "bthlabs/hotpocket:deployment-v26.3.16-01"
image: "bthlabs/hotpocket:deployment-v26.8.20-01"
environment:
<<: *x-backend-environment
HOTPOCKET_BACKEND_ALLOWED_HOSTS: "app.staging.hotpocket.bthlab.bthlabs.net"
@@ -21,7 +21,7 @@ services:
restart: "unless-stopped"
admin:
image: "bthlabs/hotpocket:deployment-v26.3.16-01"
image: "bthlabs/hotpocket:deployment-v26.8.20-01"
environment:
<<: *x-backend-environment
HOTPOCKET_BACKEND_APP: "admin"
@@ -35,7 +35,7 @@ services:
restart: "unless-stopped"
celery-worker:
image: "bthlabs/hotpocket:deployment-v26.3.16-01"
image: "bthlabs/hotpocket:deployment-v26.8.20-01"
command:
- "/srv/venv/bin/celery"
- "-A"
@@ -57,7 +57,7 @@ services:
restart: "unless-stopped"
celery-beat:
image: "bthlabs/hotpocket:deployment-v26.3.16-01"
image: "bthlabs/hotpocket:deployment-v26.8.20-01"
command:
- "/srv/venv/bin/celery"
- "-A"