try things
This commit is contained in:
parent
8e964181de
commit
22198e28d0
2 changed files with 7 additions and 0 deletions
6
DOCKERFILE-pretalx
Normal file
6
DOCKERFILE-pretalx
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# FROM docker.io/pretalx/standalone:v2024.3.1
|
||||
FROM docker.io/pretalx/standalone:v2025.2.3
|
||||
USER root
|
||||
RUN pip3 install pretalx-media-ccc-de
|
||||
USER pretalxuser
|
||||
#RUN cd /pretalx/src/ && make production
|
||||
|
|
@ -77,6 +77,7 @@ services:
|
|||
TZ: Europe/Berlin
|
||||
# testing for limited memory
|
||||
GUNICORN_WORKERS: "1"
|
||||
NUM_WORKERS: "2"
|
||||
env_file: ".env-pretalx"
|
||||
|
||||
# Cache databases
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue