name: stashface services: stashface: image: registry.hf.space/cc1234-stashface:latest container_name: stashface command: python app.py ports: - 8126:7860 environment: - VISAGE_KEY=xxx restart: unless-stopped