From 710e8c3d512254bc6775a7edff4c25a550130ed9 Mon Sep 17 00:00:00 2001 From: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> Date: Tue, 23 Sep 2025 07:58:03 +0530 Subject: [PATCH] Fixed CSRF validation errors for bugsink service template --- templates/compose/bugsink.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/compose/bugsink.yaml b/templates/compose/bugsink.yaml index 7231dc7fa..f137eb1a8 100644 --- a/templates/compose/bugsink.yaml +++ b/templates/compose/bugsink.yaml @@ -35,6 +35,7 @@ services: - SERVICE_URL_BUGSINK_8000 - BASE_URL=$SERVICE_URL_BUGSINK_8000 - DATABASE_URL=mysql://${SERVICE_USER_BUGSINK}:$SERVICE_PASSWORD_BUGSINK@mysql:3306/${MYSQL_DATABASE:-bugsink} + - BEHIND_HTTPS_PROXY=True depends_on: mysql: condition: service_healthy