fix: worker health check

This commit is contained in:
Felix Spöttel
2023-02-08 19:48:00 +01:00
parent 42ff269018
commit 120eb537a6
2 changed files with 8 additions and 7 deletions

View File

@@ -26,10 +26,10 @@ Builds and starts the docker containers.
```
# Bindings
http://localhost:8000 => API
http://localhost:5555 => Celery dashboard
http://localhost:8000 => API
http://localhost:8000/docs => API docs
http://localhost:5555 => Celery dashboard
./whisperbox.sqlite => Database
./whisperbox.sqlite => Database
```
## Destroy