fix(bitpoll): update dependency from postgresql to db for service health check
This commit is contained in:
parent
eb2ec18ad9
commit
8ff5945c8b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ services:
|
||||||
context: ./src
|
context: ./src
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
postgresql:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
environment:
|
environment:
|
||||||
BITPOLL_SECRET_KEY: ${BITPOLL_SECRET_KEY?:BITPOLL_SECRET_KEY is required!}
|
BITPOLL_SECRET_KEY: ${BITPOLL_SECRET_KEY?:BITPOLL_SECRET_KEY is required!}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue