use nginx with caching for nextcloud fpm

This commit is contained in:
2018-03-12 22:40:03 -04:00
parent 978e2cf56d
commit 3ed65eefe9
11 changed files with 167 additions and 63 deletions

View File

@@ -14,12 +14,15 @@ services:
image: "dkregistry.xai-corp.net:5000/xaicorp/prometheus:latest"
ports:
- 9090:9090
# logging:
# driver: fluentd
# options:
# fluentd-address: "logs.xai-corp.net:24224"
# fluentd-async-connect: 'true'
# tag: postgres
volumes:
- /opt/prometheus/data:/prometheus-data
logging:
driver: fluentd
options:
fluentd-address: "logs.xai-corp.net:24224"
fluentd-async-connect: 'true'
tag: prometheus
deploy:
mode: replicated
replicas: 1