mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 23:41:01 +00:00
added example of including healthcheck configuration
This commit is contained in:
parent
a6dd316aa0
commit
9da5051ae2
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ services:
|
|||
restart: unless-stopped
|
||||
ports:
|
||||
- "5000:5000"
|
||||
healthcheck:
|
||||
test: ['CMD-SHELL', './venv/bin/python 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