This commit is contained in:
Philip Peterson 2026-05-14 14:25:52 -08:00
parent 93506862ec
commit 9b8b06a693

View file

@ -38,7 +38,7 @@
POSTGRES_PASSWORD = "drupal"; POSTGRES_PASSWORD = "drupal";
}; };
volumes = [ volumes = [
"/var/riverside/postgres:/var/lib/postgresql/data" "/var/riverside/postgres:/var/lib/postgresql"
]; ];
healthcheck = { healthcheck = {
test = [ "CMD-SHELL" "pg_isready -U drupal -d drupal" ]; test = [ "CMD-SHELL" "pg_isready -U drupal -d drupal" ];