added password hashing and ensured admin user exists
Build and Push Docker Image / build-and-push (pull_request) Successful in 58s
Python Code Quality / python-code-quality (pull_request) Failing after 10s
Python Test / python-test (pull_request) Failing after 24s

This commit is contained in:
Brian Bjarke Jensen
2025-11-07 23:48:14 +01:00
parent 8b187f134d
commit 7b4e597e6f
6 changed files with 181 additions and 61 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ services:
environment:
- ENVIRONMENT=development
# Optional: Override admin credentials for development
# - ADMIN_USERNAME=admin
# - ADMIN_PASSWORD=devpassword
- ADMIN_USERNAME=admin
- ADMIN_PASSWORD=password
# Optional: Use Redis for token storage (uncomment redis service below)
# - REDIS_URI=redis://redis:6379/0
command: ["--host", "0.0.0.0", "--port", "8000", "--reload"]