From 0973531401fda945e7ba33d1e5e3daca3d5ffd47 Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 22 Aug 2022 15:20:26 +0300 Subject: [PATCH] fix --- .deploy/deploy-dev.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.deploy/deploy-dev.yaml b/.deploy/deploy-dev.yaml index c2a238d..46f7570 100644 --- a/.deploy/deploy-dev.yaml +++ b/.deploy/deploy-dev.yaml @@ -3,7 +3,7 @@ version: "3.4" services: - front: + frontend: image: mathwave/sprint-repo:battleship-front networks: - battleship-net @@ -14,3 +14,7 @@ services: update_config: parallelism: 1 order: start-first + +networks: + battleship-net: + driver: overlay \ No newline at end of file