fix: DB port 5888→5433 (port conflict) #3

Merged
kianiadee merged 2 commits from quality-program-2026-04-12 into main 2026-04-18 12:43:57 +00:00
Showing only changes of commit 07ef491695 - Show all commits

View file

@ -7,7 +7,7 @@ services:
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
ports:
- "5888:5432"
- "5433:5432"
volumes:
- timescale-data:/var/lib/postgresql/data
healthcheck: