18 lines
337 B
YAML
18 lines
337 B
YAML
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"
|