nginx #25

Merged
emmatveev merged 1 commits from join into prod 2024-11-23 21:13:25 +03:00

View File

@ -7,8 +7,12 @@ services:
networks: networks:
- common-infra-nginx - common-infra-nginx
ports: ports:
- "80:80" - published: 80
- "443:443" target: 80
mode: host
- published: 443
target: 443
mode: host
deploy: deploy:
mode: replicated mode: replicated
replicas: 1 replicas: 1