From d78dc0e234185fbb66f68148dba2acf55fccf1d5 Mon Sep 17 00:00:00 2001 From: Benno Date: Mon, 6 Jan 2025 22:56:18 +0100 Subject: [PATCH] Fix for missing volume declaration in compose file --- infrastructure/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/docker-compose.yml b/infrastructure/docker-compose.yml index 4a9fcbb..5e8e6f4 100755 --- a/infrastructure/docker-compose.yml +++ b/infrastructure/docker-compose.yml @@ -32,6 +32,7 @@ volumes: caddy_data: caddy_config: static_files: + spybot_pg_data: secrets: db_password: file: secrets/db_password.txt