dev: bind postgres to localhost

This commit is contained in:
Marco Allegretti 2026-02-02 10:44:34 +01:00
parent b352581030
commit 2fa1ac5fdf

View file

@ -5,7 +5,7 @@ services:
image: postgres:16
container_name: likwid-postgres
ports:
- "5432:5432"
- "127.0.0.1:5432:5432"
environment:
POSTGRES_USER: ${POSTGRES_USER:-likwid}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-likwid}