From 06c4b10a9495972fbd2f89228409a9c57ea03b31 Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Wed, 25 Mar 2026 05:49:15 +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 5b22714..3a591e5 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,7 @@ name: teacinema services: auth-service: + image: teacinema/auth-service:dev container_name: teacinema-auth-service build: context: .