chore: remove hardcoded lan ip

This commit is contained in:
Stijnvandenbroek
2026-03-09 10:07:40 +00:00
parent c6b08f4d36
commit a427ab3ed4

View File

@@ -23,7 +23,7 @@ services:
volumes: volumes:
- postgres-data:/var/lib/postgresql/data - postgres-data:/var/lib/postgresql/data
ports: ports:
- "10.0.0.108:5432:5432" - "5432:5432"
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER}"] test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER}"]
interval: 10s interval: 10s