From d3e24bd05c0b41bf91e747b578a5c6b70379b003 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 10 Oct 2025 16:09:20 -0400 Subject: [PATCH] Re-enable persistent volumes now that database is working --- stack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stack.yml b/stack.yml index 0334b6a..8f58c17 100644 --- a/stack.yml +++ b/stack.yml @@ -60,8 +60,8 @@ services: - MYSQL_USER=woodpecker - MYSQL_PASSWORD=woodpecker - MYSQL_RANDOM_ROOT_PASSWORD=1 - # volumes: - # - /mnt/tank/persist/nixc.us/woodpecker/production/db:/var/lib/mysql + volumes: + - /mnt/tank/persist/nixc.us/woodpecker/production/db:/var/lib/mysql networks: - default deploy: