Merge pull request 'nginx' (#25) from join into prod

Reviewed-on: #25
This commit is contained in:
emmatveev 2024-11-23 21:13:24 +03:00
commit e5bf36ed88

View File

@ -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