fix(stremio-catalog-providers): replace ports with expose for postgres service

This commit is contained in:
Viren070
2025-04-28 15:30:21 +01:00
parent b6dbf600c0
commit 1954682b87
+2 -2
View File
@@ -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