diff --git a/.deploy-infra/deploy-dev.yaml b/.deploy-infra/deploy-dev.yaml index e9c78e4..90521c9 100644 --- a/.deploy-infra/deploy-dev.yaml +++ b/.deploy-infra/deploy-dev.yaml @@ -7,8 +7,12 @@ services: networks: - common-infra-nginx-development ports: - - "80:80" - - "443:443" + - published: 80 + target: 80 + mode: host + - published: 443 + target: 443 + mode: host deploy: mode: replicated replicas: 1