refactor(ui): move MCP settings to dedicated admin tab and increase prod db timeout
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-15 16:28:47 +01:00
parent e8d9d0c686
commit 71d5c825c5
4 changed files with 89 additions and 6 deletions
+3 -2
View File
@@ -15,9 +15,10 @@ services:
- "${POSTGRES_PORT:-5432}:5432"
healthcheck:
test: [ "CMD-SHELL", "pg_isready -U ${POSTGRES_USER}" ]
interval: 60s
interval: 10s
timeout: 10s
retries: 10
retries: 60
start_period: 60s
networks:
- taskflow-network