Skip to content

Commit 95457e6

Browse files
feyclaude
andcommitted
fix: use correct CREATE_SUPERUSER env var for bugsink
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8626ea1 commit 95457e6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docker-compose.override.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ services:
2020
environment:
2121
- SECRET_KEY=localdev-hexlet-devops-example-app-not-for-production-use
2222
- ALLOWED_HOSTS=localhost,bugsink
23-
- SUPERUSER_EMAIL=admin@example.com
24-
- SUPERUSER_PASSWORD=admin
23+
- CREATE_SUPERUSER=admin@example.com:admin

0 commit comments

Comments
 (0)