Skip to content

Commit

Permalink
fix(docker): docker-compose error role "root" does not exist (#629)
Browse files Browse the repository at this point in the history
close #628
  • Loading branch information
Yuri-Lima authored Jun 24, 2022
1 parent 5fb86dd commit 7f2cdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
POSTGRES_USER: kestra
POSTGRES_PASSWORD: k3str4
healthcheck:
test: ["CMD-SHELL", "pg_isready", "-U", "kestra"]
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
interval: 30s
timeout: 10s
retries: 10
Expand Down

0 comments on commit 7f2cdf5

Please sign in to comment.