[2f988f42] Webinterface wieder zum Laufen gebracht

Webinterface wieder zum Laufen gebracht
This commit is contained in:
2026-01-31 05:49:27 +00:00
parent 2601ab2ad8
commit 42f152bdb7
3 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
{"task_id": "2f888f42-8544-81fc-a92d-f5670a995110", "token": "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", "session_start_time": "2026-01-30T11:54:46.937258"}
{"task_id": "2f988f42-8544-8100-9dba-e69ee2376730", "token": "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", "session_start_time": "2026-01-31T05:48:55.785384"}

View File

@@ -1 +1,2 @@
admin:$1$RzTlC0sX$L2VQ31MyQ0Wefz1vNG7Yf1
admin:$2y$05$8ME32KbARl9ezzv29uuCR.wzDEQvyn3ta3eMYy.7Jm8yGN.wz9A4K

View File

@@ -21,11 +21,10 @@ services:
ports:
- "8000:8000"
environment:
API_USER: "your_api_user" # Placeholder
API_PASSWORD: "your_api_password" # Placeholder
API_USER: "admin"
API_PASSWORD: "gemini"
volumes:
- ./company-explorer/backend:/app/backend # Sideloading backend changes
- ./company-explorer/frontend_static:/frontend_static # Sideloading frontend changes if any
- ./companies_v3_fixed_2.db:/app/companies_v3_fixed_2.db # Database persistence, as per MIGRATION_PLAN.md
volumes: