mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
Merge pull request #16 from Viren070/canary
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user