Use direct PostgreSQL host
CI / lint-and-test (push) Has been cancelled

This commit is contained in:
2026-07-12 21:25:39 +02:00
parent 6031516682
commit afb360c3ad
5 changed files with 12 additions and 6 deletions
+6
View File
@@ -11,6 +11,12 @@ services:
- WEB_UI_PORT=8766
# Scheduler staleness threshold in seconds
- HEALTHCHECK_SCHEDULER_STALE_S=300
# Direct PostgreSQL connection
- POSTGRES_HOST=192.168.178.3
- POSTGRES_PORT=5432
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
- POSTGRES_DB=postgres
ports:
- "8766:8766" # Web UI
networks: