mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-23 16:31:03 +00:00
Move healthcheck.py to scripts
This commit is contained in:
parent
ec87536412
commit
590e543864
2 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ services:
|
|||
ports:
|
||||
- "5000:5000"
|
||||
healthcheck:
|
||||
test: ['CMD-SHELL', './venv/bin/python healthcheck.py']
|
||||
test: ['CMD-SHELL', './venv/bin/python scripts/healthcheck.py']
|
||||
## Uncomment above command and define your args if necessary
|
||||
# command: --ssl --ga-id MY-GA-ID --req-limit 100 --char-limit 500
|
||||
## Uncomment this section and the `volumes` section if you want to backup your API keys
|
||||
|
|
Loading…
Reference in a new issue