fix(bitpoll): update dependency from postgresql to db for service health check

This commit is contained in:
Philip Henning 2025-09-05 10:54:11 +02:00
parent eb2ec18ad9
commit 8ff5945c8b

View file

@ -51,7 +51,7 @@ services:
context: ./src
restart: unless-stopped
depends_on:
postgresql:
db:
condition: service_healthy
environment:
BITPOLL_SECRET_KEY: ${BITPOLL_SECRET_KEY?:BITPOLL_SECRET_KEY is required!}