mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 17:14:03 +00:00
Use quotes in the healthcheck
This commit is contained in:
parent
a46b26800f
commit
cb7f85c401
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ services:
|
||||||
POSTGRES_USER: '${POSTGRES_USER:-postgres}'
|
POSTGRES_USER: '${POSTGRES_USER:-postgres}'
|
||||||
POSTGRES_PASSWORD: '${POSTGRES_PASSWORD:-postgres}'
|
POSTGRES_PASSWORD: '${POSTGRES_PASSWORD:-postgres}'
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER}"]
|
test: ["CMD-SHELL", "pg_isready -U '${POSTGRES_USER}'"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue