revert: some stuff from prev commit

This commit is contained in:
2026-03-12 22:15:04 +01:00
parent a77ed916c5
commit dc02831482
2 changed files with 13 additions and 6 deletions

View File

@@ -3,7 +3,8 @@ services:
image: postgres:18-alpine
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: ${PG_PASS:-postgres}
# my condolences
POSTGRES_PASSWORD: skbiditoilet
volumes:
- ./psql:/var/lib/postgresql
ports:
@@ -11,7 +12,7 @@ services:
postgres-exporter:
image: prometheuscommunity/postgres-exporter:v0.17.1
environment:
DATA_SOURCE_NAME: postgresql://postgres:${PG_PASS:-postgres}@psql:5432/postgres?sslmode=disable
DATA_SOURCE_NAME: postgresql://postgres:skbiditoilet@psql:5432/postgres?sslmode=disable
redis:
image: redis:7.4-alpine
volumes:
@@ -61,6 +62,16 @@ services:
- grafana_data:/var/lib/grafana
ports:
- 3001:3000
# mediamtx2:
# image: bluenviron/mediamtx:latest
# ports:
# - 8990:8890/udp
# - 8991:8891
# - 9999:9997
# volumes:
# - ./mediamtx.yml:/mediamtx.yml
# extra_hosts:
# - "host.docker.internal:host-gateway"
volumes:
prometheus_data: