From c26a6e48b9498d17263a9cb14ba3b222e58f02f5 Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Wed, 25 Mar 2026 05:49:14 +0300 Subject: [PATCH] feat: add docker image name --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index a333056..92fabdf 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,7 @@ name: teacinema services: notifications-service: + image: teacinema/notifications-service:dev container_name: teacinema-notifications-service build: context: .