From 3ce27245e8b174db548bfb89cd30ac125d963181 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Wed, 8 Oct 2025 21:55:00 -0400 Subject: [PATCH] fix drop's restart policy --- tasks/drop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/drop.yml b/tasks/drop.yml index 11493de..c59a613 100644 --- a/tasks/drop.yml +++ b/tasks/drop.yml @@ -23,6 +23,7 @@ name: drop_postgres image: postgres:14-alpine recreate: true + restart_policy: unless-stopped networks: - name: drop healthcheck: