Chore: Dependency clean up

This commit is contained in:
Zoltán Bedi
2023-09-24 22:59:27 +02:00
parent fe55c450bd
commit fdca810285
33 changed files with 4052 additions and 14822 deletions

View File

@@ -3,7 +3,7 @@ version: "3"
services:
# Grafana
grafana:
image: grafana/grafana:8.4.7
image: grafana/grafana:10.1.2
ports:
- "3001:3000"
volumes:
@@ -48,7 +48,7 @@ services:
POSTGRES_DB: zabbix
database:
image: postgres
image: postgres:15
ports:
- "15432:5432"
command: postgres -c 'max_connections=1000'