-
Notifications
You must be signed in to change notification settings - Fork 3
Support for split WEBHOOK_SERVER_DATA_DIR and WEBHOOK_SERVER_CONFIG_DIR
#731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -10,6 +10,8 @@ services: | |||||||||
| - TZ=Asia/Jerusalem | ||||||||||
| - DEVELOPMENT=false # Set to true when developing. | ||||||||||
| - UVICORN_MAX_WORKERS=50 # Defaults to 10 if not set and running in production | ||||||||||
| - WEBHOOK_SERVER_CONFIG_DIR: /path/to/config/dir # Default to WEBHOOK_SERVER_DATA_DIR if not set | ||||||||||
| - WEBHOOK_SERVER_DATA_DIR: /path/to/data/dir | ||||||||||
|
Comment on lines
+13
to
+14
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix environment variable syntax in Docker Compose file. Docker Compose environment variables should use Apply this correction: - - WEBHOOK_SERVER_CONFIG_DIR: /path/to/config/dir # Default to WEBHOOK_SERVER_DATA_DIR if not set
- - WEBHOOK_SERVER_DATA_DIR: /path/to/data/dir
+ - WEBHOOK_SERVER_CONFIG_DIR=/path/to/config/dir # Default to WEBHOOK_SERVER_DATA_DIR if not set
+ - WEBHOOK_SERVER_DATA_DIR=/path/to/data/dir📝 Committable suggestion
Suggested change
|
||||||||||
| ports: | ||||||||||
| - "5000:5000" | ||||||||||
| privileged: true | ||||||||||
|
|
||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix incomplete description of WEBHOOK_SERVER_DATA_DIR
The description for
WEBHOOK_SERVER_DATA_DIRends abruptly with "where the ." - it should specify what the data directory contains or its purpose.📝 Committable suggestion
🧰 Tools
🪛 LanguageTool
[uncategorized] ~82-~82: Loose punctuation mark.
Context: ...o be stored. -
WEBHOOK_SERVER_DATA_DIR: Path to the data directory where the . ...(UNLIKELY_OPENING_PUNCTUATION)