Release v25.11.18
All checks were successful
CI / Checks (push) Successful in 3m39s
Production deployment / Build (release) Successful in 31s
Staging deployment / Build (release) Successful in 52s
Staging deployment / Deploy (release) Successful in 1m52s
Production deployment / Deploy (release) Successful in 2m34s

This commit is contained in:
2025-11-18 20:47:54 +01:00
parent 20fa33abeb
commit 1f78a4a079
14 changed files with 41 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
services:
backend:
image: "hotpocket/backend:aio-v25.11.12-01"
image: "hotpocket/backend:aio-v25.11.18-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: "hotpocket/backend:deployment-v25.11.12-01"
image: "hotpocket/backend:deployment-v25.11.18-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: "hotpocket/backend:deployment-v25.11.12-01"
image: "hotpocket/backend:deployment-v25.11.18-01"
environment:
<<: *x-backend-environment
HOTPOCKET_BACKEND_APP: "admin"
@@ -35,7 +35,7 @@ services:
restart: "unless-stopped"
celery-worker:
image: "hotpocket/backend:deployment-v25.11.12-01"
image: "hotpocket/backend:deployment-v25.11.18-01"
command:
- "/srv/venv/bin/celery"
- "-A"
@@ -57,7 +57,7 @@ services:
restart: "unless-stopped"
celery-beat:
image: "hotpocket/backend:deployment-v25.11.12-01"
image: "hotpocket/backend:deployment-v25.11.18-01"
command:
- "/srv/venv/bin/celery"
- "-A"