update some sslproxy host files to use variables. This will allow nginx to start even if the upstream is not ready
This commit is contained in:
@@ -35,14 +35,14 @@ services:
|
||||
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
restart_policy:
|
||||
condition: any
|
||||
delay: 6s
|
||||
max_attempts: 3
|
||||
update_config:
|
||||
parallelism: 1
|
||||
delay: 2s
|
||||
delay: 5s
|
||||
order: start-first
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user