fix(scraper): correct CSV export selector and add persistent data volume [32788f42]
This commit is contained in:
@@ -12,6 +12,7 @@ services:
|
||||
- "8002:8000" # Map internal 8000 to external 8002 to avoid conflicts
|
||||
volumes:
|
||||
- ./backend:/app # Mount the backend code for easier development
|
||||
- ./backend/data:/app/data # Persistent data storage
|
||||
restart: unless-stopped
|
||||
|
||||
fotograf-de-scraper-frontend:
|
||||
|
||||
Reference in New Issue
Block a user