tiny update

This commit is contained in:
Brian McGonagill 2026-03-18 11:29:27 -05:00
parent b3a51a4115
commit d32233a20a

View file

@ -9,7 +9,7 @@ services:
ports:
- "5432:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
- ./postgres_data:/var/lib/postgresql/data
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 5s
@ -42,6 +42,3 @@ services:
- "5173:5173"
depends_on:
- backend
volumes:
postgres_data: