ssl
This commit is contained in:
parent
e445e72059
commit
10eef2bd40
@ -1,22 +1,6 @@
|
||||
version: "3.6"
|
||||
|
||||
services:
|
||||
ssl:
|
||||
image: mathwave/sprint-repo:sprint-infra-ssl-prod
|
||||
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-prod
|
||||
@ -27,6 +11,7 @@ services:
|
||||
- swarmpit-nginx
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 1
|
||||
|
Loading…
Reference in New Issue
Block a user