add edit & delete button to tender & update contacts dashbaord

This commit is contained in:
Aya
2026-04-14 14:50:37 +03:00

View File

@@ -12,7 +12,7 @@ services:
volumes:
- postgres_data:/var/lib/postgresql/data
ports:
- "5432:5432"
- "127.0.0.1:5432:5432"
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 10s