From a7db85e59c0f957a45618e00be1f48a9b0cb1702 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Thu, 31 Jul 2025 21:21:59 -0400 Subject: [PATCH] fix postgres not being in correct network --- tasks/drop.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/drop.yml b/tasks/drop.yml index aeaec77..aa9aa9e 100644 --- a/tasks/drop.yml +++ b/tasks/drop.yml @@ -17,6 +17,8 @@ name: drop_postgres image: postgres:14-alpine recreate: true + networks: + - name: drop healthcheck: test: pg_isready -d drop -U drop retries: 5