version: "3.8" services: indexer: build: . ports: - "127.0.0.1:8000:8000" volumes: - ./data:/app restart: always