Fix database test
This commit is contained in:
parent
8ebaa4cae4
commit
cba3a5df34
|
@ -39,7 +39,7 @@ let
|
||||||
env_file = [ postgresEnvFile ];
|
env_file = [ postgresEnvFile ];
|
||||||
user = "${toString postgresUid}:${toString postgresUid}";
|
user = "${toString postgresUid}:${toString postgresUid}";
|
||||||
healthcheck = {
|
healthcheck = {
|
||||||
test = [ "CMD" "pg_isready" "-U" "lemmy" "-d" "lemmy" ];
|
test = [ "CMD" "pg_isready" "-U" "teslamate" "-d" "teslamate" ];
|
||||||
start_period = "20s";
|
start_period = "20s";
|
||||||
interval = "30s";
|
interval = "30s";
|
||||||
retries = 5;
|
retries = 5;
|
||||||
|
|
Loading…
Reference in New Issue