version: '3.8' services: spotify-integration: build: context: . dockerfile: Dockerfile container_name: uc-intg-spotify restart: unless-stopped network_mode: host # Required for device discovery volumes: - ./data:/data # Persistent configuration storage environment: - UC_CONFIG_HOME=/data - UC_INTEGRATION_INTERFACE=0.0.0.0 - UC_INTEGRATION_HTTP_PORT=9090 - UC_DISABLE_MDNS_PUBLISH=false