Spaces:
Runtime error
Runtime error
File size: 337 Bytes
80f255d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | services:
- type: worker
name: Moon-Userbot
runtime: docker
repo: https://github.com/The-MoonTg-project/Moon-Userbot
plan: starter
envVars:
- key: STABILITY_KEY
sync: false
- key: CLARIFAI_PAT
sync: false
- key: .env
sync: false
region: oregon
dockerContext: .
dockerfilePath: ./Dockerfile
version: "1"
|