this is a test

This commit is contained in:
kleines Filmröllchen 2026-03-15 19:35:16 +01:00
parent 22198e28d0
commit 53cc689dcd
Signed by: filmroellchen
SSH key fingerprint: SHA256:UMhcHaeI+VGsiUL2Drpw3aj1iRiQUlx8nxZqUPvoaVw

View file

@ -42,21 +42,21 @@ services:
command: command:
- web - web
environment: environment:
- NUM_WORKERS=2 - NUM_WORKERS=1
pretix-task-queue: pretix-task-queue:
<<: *pretix-base <<: *pretix-base
command: command:
- taskworker - taskworker
- --concurrency - --concurrency
- 2 - 1
environment: environment:
- AUTOMIGRATE=skip # migration is run by the web worker - AUTOMIGRATE=skip # migration is run by the web worker
# Pretalx # Pretalx
pretalx: pretalx:
<<: *service-defaults <<: *service-defaults
image: harbor.aalen.space/sfz.aalen/infra/images/pretalx-ctbk:1741346032 image: git.ctbk.de/infra/pretalx-ctbk:2025.2.3
depends_on: [valkey] depends_on: [valkey]
restart: always restart: always
ports: ports:
@ -77,7 +77,10 @@ services:
TZ: Europe/Berlin TZ: Europe/Berlin
# testing for limited memory # testing for limited memory
GUNICORN_WORKERS: "1" GUNICORN_WORKERS: "1"
NUM_WORKERS: "2" NUM_WORKERS: "1"
# more testing
command:
- webworker
env_file: ".env-pretalx" env_file: ".env-pretalx"
# Cache databases # Cache databases