[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

@@ -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: