Skip to content

Instantly share code, notes, and snippets.

View Naturewoker's full-sized avatar

Naturewoker Naturewoker

View GitHub Profile
@Naturewoker
Naturewoker / Procfile
Created December 22, 2022 02:29 — forked from revant/Procfile
Use node server with frappe-bench
redis_cache: redis-server config/redis_cache.conf
redis_socketio: redis-server config/redis_socketio.conf
redis_queue: redis-server config/redis_queue.conf
web: bench serve --port 8000
socketio: /usr/bin/node apps/frappe/socketio.js
custom_app: /usr/bin/node apps/custom_app/custom_node.js
watch: bench watch
schedule: bench schedule
worker_short: bench worker --queue short