From 2716f1946a772cb6c52a8b472c3d44ea634254b1 Mon Sep 17 00:00:00 2001 From: Christian Gick Date: Fri, 27 Feb 2026 08:51:57 +0200 Subject: [PATCH] fix: Remove bare SENTRY_DSN from environment sections Bare variable references in environment: override env_file values with the host shell value (empty). SENTRY_DSN is already loaded via env_file: .env, so the explicit references were zeroing it out. Co-Authored-By: Claude Opus 4.6 --- docker-compose.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d2a017c..6f7b7f1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,8 +7,6 @@ services: env_file: .env restart: unless-stopped network_mode: host - environment: - - SENTRY_DSN bot: build: @@ -26,7 +24,6 @@ services: - MEMORY_SERVICE_URL=http://memory-service:8090 - PORTAL_URL - BOT_API_KEY - - SENTRY_DSN volumes: - bot-data:/data depends_on: