From a692a96998139f492c834a1d02ad1e60e7359eb0 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 8d28b44..41f8a8a 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,7 @@ name: teacinema services: gateway-service: + image: teacinema/gateway:dev container_name: teacinema-gateway-service build: context: .