From 1954682b879f95854f8506ca859195ffb86353bd Mon Sep 17 00:00:00 2001 From: Viren070 Date: Mon, 28 Apr 2025 15:30:21 +0100 Subject: [PATCH] fix(stremio-catalog-providers): replace ports with expose for postgres service --- apps/stremio-catalog-providers/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/stremio-catalog-providers/compose.yaml b/apps/stremio-catalog-providers/compose.yaml index f668623..57ce6fe 100644 --- a/apps/stremio-catalog-providers/compose.yaml +++ b/apps/stremio-catalog-providers/compose.yaml @@ -53,8 +53,8 @@ services: POSTGRES_PASSWORD: postgres volumes: - ${DOCKER_DATA_DIR}/stremio-catalog-providers/db:/var/lib/postgresql/data - ports: - - "5432:5432" + expose: + - 5432 healthcheck: test: ["CMD-SHELL", "pg_isready -U postgres -d stremio_catalog_db"] interval: 30s