Move request characters to the env file.
This commit is contained in:
@@ -34,7 +34,7 @@ services:
|
||||
tty: true
|
||||
healthcheck:
|
||||
test: ['CMD-SHELL', './venv/bin/python scripts/healthcheck.py']
|
||||
command: --req-limit 100 --char-limit 2000
|
||||
command: --req-limit $REQUESTS --char-limit $CHARACTERS
|
||||
environment:
|
||||
# Allow the saving of API Keys. Requires volume libretranslate_api_keys.
|
||||
- LT_API_KEYS=true
|
||||
|
Reference in New Issue
Block a user