BTHLABS-66: Prepping for public release: Take five

AKA "Using Apple reviewers as QA for your project". Thanks, y'all! :)
This commit is contained in:
2025-11-27 17:51:19 +01:00
parent cca49f2292
commit 55126f4af6
26 changed files with 386 additions and 97 deletions

View File

@@ -1,6 +1,6 @@
services:
backend:
image: "hotpocket/backend:aio-v25.11.19-01"
image: "bthlabs/hotpocket:aio-v25.11.19-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.19-01"
image: "bthlabs/hotpocket:deployment-v25.11.19-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.19-01"
image: "bthlabs/hotpocket:deployment-v25.11.19-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.19-01"
image: "bthlabs/hotpocket:deployment-v25.11.19-01"
command:
- "/srv/venv/bin/celery"
- "-A"
@@ -57,7 +57,7 @@ services:
restart: "unless-stopped"
celery-beat:
image: "hotpocket/backend:deployment-v25.11.19-01"
image: "bthlabs/hotpocket:deployment-v25.11.19-01"
command:
- "/srv/venv/bin/celery"
- "-A"