commit 10c2c5bc47a623c697705eeee498de56dba5bb8b
parent 6e390ff8c56ff475c447cdbf1303bff167dccdf7
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Sat, 29 Nov 2025 14:22:40 +0100
fix
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/talos_cluster/bookwyrm/deployment.yaml b/apps/talos_cluster/bookwyrm/deployment.yaml
@@ -161,12 +161,12 @@ spec:
- name: bookwyrm-web
image: ghcr.io/mtrnord/bookwyrm:v0.8.2
imagePullPolicy: Always
- command: ["python"]
+ command: ["gunicorn"]
args:
#- "manage.py"
#- "runserver"
#- "0.0.0.0:8000"
- - "gunicorn"
+ #- "gunicorn"
- "bookwyrm.wsgi:application"
resources:
requests: