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