Add SETTINGS_URL/SECRET to compose, fix sync email-change and rate-limit bugs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f08d53d702
commit
42be29b2ce
4 changed files with 23 additions and 10 deletions
|
|
@ -12,6 +12,8 @@ services:
|
|||
- OFFICE_IP_CHECK=${OFFICE_IP_CHECK:-disabled}
|
||||
- SESSION_DAYS=${SESSION_DAYS:-30}
|
||||
- NODE_ENV=production
|
||||
- SETTINGS_URL=${SETTINGS_URL:-http://10.10.10.116:3080}
|
||||
- SETTINGS_SECRET=${SETTINGS_SECRET}
|
||||
ports:
|
||||
- "3001:3001"
|
||||
healthcheck:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue