From 40cf1dc8de97f43d9e8168890a39ec835f0284ad Mon Sep 17 00:00:00 2001 From: emmatveev Date: Sat, 23 Nov 2024 21:12:02 +0300 Subject: [PATCH] nginx --- .deploy-infra/deploy-prod.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.deploy-infra/deploy-prod.yaml b/.deploy-infra/deploy-prod.yaml index cb2defe..cad5e3f 100644 --- a/.deploy-infra/deploy-prod.yaml +++ b/.deploy-infra/deploy-prod.yaml @@ -7,8 +7,12 @@ services: networks: - common-infra-nginx ports: - - "80:80" - - "443:443" + - published: 80 + target: 80 + mode: host + - published: 443 + target: 443 + mode: host deploy: mode: replicated replicas: 1 -- 2.45.2