Merge pull request #16 from Viren070/canary

This commit is contained in:
Viren070
2025-04-28 15:38:20 +01:00
committed by GitHub
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ services:
expose:
- 9696
volumes:
- ${DOCKER_DATA_DIR}/prowlarr/config:/config
- ${DOCKER_DATA_DIR}/prowlarr:/config
restart: unless-stopped
labels:
- "traefik.enable=true"
+3 -3
View File
@@ -53,10 +53,10 @@ 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_user -d stremio_catalog_db"]
test: ["CMD-SHELL", "pg_isready -U postgres -d stremio_catalog_db"]
interval: 30s
timeout: 10s
retries: 5
+1 -1
View File
@@ -60,7 +60,7 @@ services:
expose:
- 5432
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres_user -d stremio_trakt_db"]
test: ["CMD-SHELL", "pg_isready -U postgres -d stremio_trakt_db"]
interval: 30s
timeout: 10s
retries: 5