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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue