services: backend: build: . ports: - "8000:8000" volumes: - ./stock_tracker.db:/app/stock_tracker.db restart: unless-stopped