This commit is contained in:
Administrator
2022-09-05 19:41:09 +03:00
parent 0bc164c5c7
commit 8873816dc2
2 changed files with 1 additions and 20 deletions

View File

@@ -1,22 +1,6 @@
version: "3.6"
services:
ssl:
image: mathwave/sprint-repo:sprint-infra-ssl-dev
ports:
- "443:443"
networks:
- net
deploy:
mode: replicated
replicas: 1
restart_policy:
condition: any
placement:
constraints: [node.role == manager]
update_config:
parallelism: 1
order: start-first
nginx:
image: mathwave/sprint-repo:sprint-infra-nginx-dev
@@ -27,6 +11,7 @@ services:
- swarmpit-nginx
ports:
- "80:80"
- "443:443"
deploy:
mode: replicated
replicas: 1