this is a test
This commit is contained in:
parent
22198e28d0
commit
53cc689dcd
1 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue