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:
- web
environment:
- NUM_WORKERS=2
- NUM_WORKERS=1
pretix-task-queue:
<<: *pretix-base
command:
- taskworker
- --concurrency
- 2
- 1
environment:
- AUTOMIGRATE=skip # migration is run by the web worker
# Pretalx
pretalx:
<<: *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]
restart: always
ports:
@ -77,7 +77,10 @@ services:
TZ: Europe/Berlin
# testing for limited memory
GUNICORN_WORKERS: "1"
NUM_WORKERS: "2"
NUM_WORKERS: "1"
# more testing
command:
- webworker
env_file: ".env-pretalx"
# Cache databases