Release v26.3.16
All checks were successful
Production deployment / Build (release) Successful in 1m4s
Staging deployment / Build (release) Successful in 1m24s
CI / Checks (push) Successful in 4m36s
Staging deployment / Deploy (release) Successful in 2m16s
Production deployment / Deploy (release) Successful in 3m1s

This commit is contained in:
2026-03-16 20:16:07 +01:00
parent 3c71464663
commit 0611ceb3ec
15 changed files with 43 additions and 43 deletions

View File

@@ -8,7 +8,7 @@ x-backend-environment: &x-backend-environment
services:
webapp:
image: "bthlabs/hotpocket:deployment-v25.11.26-01"
image: "bthlabs/hotpocket:deployment-v26.3.16-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-v25.11.26-01"
image: "bthlabs/hotpocket:deployment-v26.3.16-01"
environment:
<<: *x-backend-environment
HOTPOCKET_BACKEND_APP: "admin"
@@ -35,7 +35,7 @@ services:
restart: "unless-stopped"
celery-worker:
image: "bthlabs/hotpocket:deployment-v25.11.26-01"
image: "bthlabs/hotpocket:deployment-v26.3.16-01"
command:
- "/srv/venv/bin/celery"
- "-A"
@@ -57,7 +57,7 @@ services:
restart: "unless-stopped"
celery-beat:
image: "bthlabs/hotpocket:deployment-v25.11.26-01"
image: "bthlabs/hotpocket:deployment-v26.3.16-01"
command:
- "/srv/venv/bin/celery"
- "-A"