Bug fixes

This commit is contained in:
2026-07-05 17:52:43 +02:00
parent fb6108bd0c
commit c40531b6ae
12 changed files with 1196 additions and 946 deletions

View File

@@ -67,7 +67,9 @@ services:
POSTGRES_USER: ${POSTGRES_USER:-greenlns}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:?POSTGRES_PASSWORD is required}
ports:
- "5434:5432"
# Loopback only: the api container reaches postgres over greenlens_net;
# publishing this publicly invited brute-force attacks (see server logs).
- "127.0.0.1:5434:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
networks: