lots of tweaks, thruster proxy

This commit is contained in:
Dylan Knutson
2025-02-20 22:07:45 +00:00
parent 8181628bb0
commit 9a779c1add
37 changed files with 6301 additions and 194 deletions

View File

@@ -1,3 +1,3 @@
rails: RAILS_ENV=production bundle exec rails s -b 0.0.0.0 -p 3000
rails: RAILS_ENV=production HTTP_PORT=3000 TARGET_PORT=3003 thrust ./bin/rails server -p 3003
tail: tail -f log/production.log
prometheus_exporter: RAILS_ENV=production bundle exec prometheus_exporter --bind 0.0.0.0 --prefix redux_ --label '{"environment": "production"}'