Updated nextcloud and added photoprism

This commit is contained in:
2023-04-11 13:33:59 +00:00
parent f947b681b9
commit ee3bea3747
7 changed files with 207 additions and 63 deletions
+1 -33
View File
@@ -19,24 +19,14 @@ volumes:
o: addr=dockerstorage,nfsvers=4
device: :/dockerstorage/grafana/loki
influxdb_data:
driver_opts:
type: nfs
o: addr=dockerstorage,nfsvers=4
device: :/dockerstorage/grafana/influxdb
configs:
prometheus_config:
external: true
grafana_config:
external: true
alertmanager_config:
external: true
services:
# redis:
#
loki:
image: grafana/loki:2.6.1
@@ -54,26 +44,6 @@ services:
- /var/log:/var/log
command: -config.file=/etc/promtail/config.yml
influx:
user: "0:0"
image: influxdb
volumes:
- influxdb_data:/var/lib/influxdb
alertmanager:
user: "0:0"
hostname: alertmanager
image: prom/alertmanager
environment:
- TZ=Europe/Berlin #change Time Zone if needed
configs:
- source: alertmanager_config
target: /etc/alertmanager/alertmanager.conf
command:
- '--config.file=/etc/alertmanager/alertmanager.conf'
ports:
- 9093:9093
prometheus:
user: "0:0"
hostname: prometheus
@@ -87,8 +57,6 @@ services:
- prometheus_data:/prometheus
command:
- '--config.file=/etc/prometheus/prometheus.yml'
links:
- alertmanager:alertmanager
ports:
- 9090:9090