switch sslproxy and fluentd to global service so each host runs one container.
build own image for letsencrypt, and tweek update job runtime.
This commit is contained in:
@@ -31,15 +31,15 @@ services:
|
||||
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
restart_policy:
|
||||
condition: any
|
||||
delay: "1s"
|
||||
max_attempts: 1
|
||||
resources:
|
||||
limits:
|
||||
cpus: '0.1'
|
||||
memory: 16M
|
||||
cpus: '0.2'
|
||||
memory: 64M
|
||||
|
||||
logging:
|
||||
driver: fluentd
|
||||
|
||||
Reference in New Issue
Block a user