services: dostalgia: build: . container_name: dostalgia ports: - "8765:8765" volumes: - ./data:/data environment: - DOSTALGIA_DATA_DIR=/data # IGDB credentials — set these for auto-scrape to work: # - TWITCH_CLIENT_ID=your_client_id # - TWITCH_CLIENT_SECRET=your_client_secret restart: unless-stopped