feat(api): add backend
routes and WebSockets
This commit is contained in:
@@ -64,7 +64,11 @@ services:
|
||||
networks:
|
||||
- audio_network
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl --fail http://localhost:8000/health || exit 1"]
|
||||
test:
|
||||
[
|
||||
"CMD-SHELL",
|
||||
"curl --fail http://localhost:8000/api/v1/health/live || exit 1",
|
||||
]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
||||
Reference in New Issue
Block a user