mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix(stremio-catalog-providers): replace ports with expose for postgres service
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user