Move healthcheck.py to scripts

This commit is contained in:
Piero Toffanin 2023-01-16 12:16:30 -05:00
parent ec87536412
commit 590e543864
2 changed files with 1 additions and 1 deletions

View File

@ -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