puma is the default now

This commit is contained in:
Markus Kahl
2021-12-17 09:38:10 +00:00
parent 44a239ded5
commit 9f0643dad1

View File

@@ -22,7 +22,6 @@ x-op-app: &app
DATABASE_URL: "${DATABASE_URL:-postgres://postgres:p4ssw0rd@db/openproject?pool=20&encoding=unicode&reconnect=true}"
RAILS_MIN_THREADS: 4
RAILS_MAX_THREADS: 16
USE_PUMA: "true"
# set to true to enable the email receiving feature. See ./docker/cron for more options
IMAP_ENABLED: "${IMAP_ENABLED:-false}"
volumes: