[2f988f42] Webinterface wieder zum Laufen gebracht
Webinterface wieder zum Laufen gebracht
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user