This commit is contained in:
Administrator 2022-09-05 19:22:28 +03:00
parent abe6a4ef90
commit 58b65f2912
2 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,8 @@ services:
- battleship-nginx - battleship-nginx
- sprint-nginx - sprint-nginx
- swarmpit-nginx - swarmpit-nginx
ports:
- "80:80"
deploy: deploy:
mode: replicated mode: replicated
replicas: 1 replicas: 1

View File

@ -25,6 +25,8 @@ services:
- battleship-nginx - battleship-nginx
- sprint-nginx - sprint-nginx
- swarmpit-nginx - swarmpit-nginx
ports:
- "80:80"
deploy: deploy:
mode: replicated mode: replicated
replicas: 1 replicas: 1