update sslproxy host for nextcloud

add healthcheck to nextcloud containers.
This commit is contained in:
2018-11-02 06:53:20 -04:00
parent 05b49ce49f
commit 41b35c8689
5 changed files with 27 additions and 12 deletions

View File

@@ -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: