use nginx with caching for nextcloud fpm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user