From 57a316305c5d9aafb008ebfc357d492e927d6c4d Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 22 Aug 2022 15:19:18 +0300 Subject: [PATCH] fix --- .deploy/deploy-prod.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.deploy/deploy-prod.yaml b/.deploy/deploy-prod.yaml index c2a238d..46f7570 100644 --- a/.deploy/deploy-prod.yaml +++ b/.deploy/deploy-prod.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