SamR1 / docker-fittrackee

GNU General Public License v3.0
13 stars 0 forks source link

Fix .env default config #30

Closed SamR1 closed 1 year ago

SamR1 commented 1 year ago

WORKERS_PROCESSES must always be exposed, even workers are not running (when email sending is disabled for instance).
If not, supervisor will fail to start.

fix #29