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 a869769 commit df82470Copy full SHA for df82470
deploy/docker-compose.yml
@@ -40,6 +40,8 @@ services:
40
PGUSER: ${POSTGRES_USER:-postgres}
41
PGPASSWORD: ${POSTGRES_PASSWORD:-postgres}
42
PGDATABASE: ${POSTGRES_DB:-hackorum}
43
+ # Run Solid Queue supervisor inside Puma so background jobs (emails, etc.) get processed.
44
+ SOLID_QUEUE_IN_PUMA: "1"
45
SECRET_KEY_BASE: ${SECRET_KEY_BASE}
46
# Mail configuration
47
APP_HOST: ${APP_HOST}
0 commit comments