Skip to content

Commit aafba29

Browse files
Shukriclaude
authored andcommitted
fix: pass ADMIN_TOKEN env var into devpulse container
Was missing from the environment block, causing the dashboard login to always return 401 regardless of token value. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 98c0bfe commit aafba29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ services:
6060
REDIS_URL: redis://redis:6379
6161
SERVER_PORT: "8000"
6262
RUST_LOG: ${RUST_LOG:-info}
63+
ADMIN_TOKEN: ${ADMIN_TOKEN:-}
6364
# SMTP — leave blank to disable email alerts
6465
SMTP_HOST: ${SMTP_HOST:-}
6566
SMTP_PORT: ${SMTP_PORT:-587}

0 commit comments

Comments
 (0)