update sslproxy host for nextcloud
add healthcheck to nextcloud containers.
This commit is contained in:
@@ -29,7 +29,15 @@ services:
|
||||
- DBPASS=xh891hx1hc89f239hibndnxc1i
|
||||
- REDISHOST=tasks.services_redis
|
||||
- REDISPORT=6379
|
||||
- LOGLEVEL=3
|
||||
- LOGLEVEL=0
|
||||
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-If", "http://localhost/status.php"]
|
||||
interval: 1m30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 40s
|
||||
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 1
|
||||
@@ -51,12 +59,12 @@ services:
|
||||
- prod_db
|
||||
- prod_cache
|
||||
|
||||
logging:
|
||||
driver: fluentd
|
||||
options:
|
||||
fluentd-address: "logs.xai-corp.net:24224"
|
||||
fluentd-async-connect: 'true'
|
||||
tag: nextcloud
|
||||
# logging:
|
||||
# driver: fluentd
|
||||
# options:
|
||||
# fluentd-address: "logs.xai-corp.net:24224"
|
||||
# fluentd-async-connect: 'true'
|
||||
# tag: nextcloud
|
||||
|
||||
|
||||
# web:
|
||||
|
||||
Reference in New Issue
Block a user