eBooru/Procfile
Earlopain 01b5f7dd14
[IQDB] Add integration for the new iqdb server
Use param v2=1 to use it, for now
2023-04-17 22:36:29 +02:00

5 lines
249 B
Plaintext

server: bin/rails server -p 9000 -b 0.0.0.0
# server: bundle exec unicorn -c config/unicorn/development.rb
jobs: SIDEKIQ_QUEUES="low_prio:1;iqdb_new:1;tags:2;default:3;high_prio:5" bundle exec sidekiq
cron: run-parts /etc/periodic/daily && crond -f