ci: build image and deploy via docker compose

This commit is contained in:
Konturai DevOps
2026-04-30 02:04:21 +05:00
parent 3918ce666e
commit 411cf44742
3 changed files with 57 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
services:
realtime_voice:
image: ${IMAGE_REPO:-realtime_voice_service}:${IMAGE_TAG:-latest}
build:
context: .
dockerfile: Dockerfile