Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
macrocosm-os
/
Sn25
like
2
Sleeping
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
refs/pr/3
Sn25
/
ecosystem.config.js
schampoux
changes
531e6a3
5 months ago
raw
Copy download link
history
blame
Safe
300 Bytes
module
.
exports
= {
apps
: [
{
name
:
'hf-dashboard-api'
,
script
:
'/home/spunion/Sn25/api.py'
,
interpreter
:
'/home/spunion/Sn25/venv/bin/python'
,
autorestart
:
true
,
watch
:
false
,
env
: {
NODE_ENV
:
'production'
,
},
},
],
};