We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8130a9f commit a3906c0Copy full SHA for a3906c0
frameworks/Ruby/rails/rails-mysql.dockerfile
@@ -21,6 +21,7 @@ RUN bundle install --jobs=8
21
COPY . /rails/
22
23
ENV WEB_CONCURRENCY=auto
24
+ENV RAILS_MAX_THREADS=5
25
ENV RAILS_ENV=production_mysql
26
ENV PORT=8080
27
ENV REDIS_URL=redis://localhost:6379/0
frameworks/Ruby/rails/rails.dockerfile
ENV RAILS_ENV=production_postgresql
0 commit comments