feat(api): add backend

routes and WebSockets
This commit is contained in:
2025-12-26 18:19:06 +03:00
parent cfec8d0ff6
commit 1b864228d4
28 changed files with 631 additions and 2 deletions

View File

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