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