Updated docker

This commit is contained in:
2026-06-13 10:22:50 -04:00
parent b678c098cb
commit 7cc77ba836
+2 -1
View File
@@ -29,7 +29,8 @@ services:
volumes:
# Persist database data using a named volume
- postgres_data:/var/lib/postgresql
ports: []
ports:
- "5433:5432"
healthcheck:
# Checks if Postgres is ready to accept connections
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"]