From 058a1c38711d69caf14d684e8b05f97298060d0a Mon Sep 17 00:00:00 2001 From: ION606 Date: Mon, 17 Feb 2025 14:54:52 -0500 Subject: [PATCH] moved db to more secure place --- docker-compose.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8434905..bb1721f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,10 +6,13 @@ services: networks: - static volumes: - - ./instance:/app/instance + - instance:/app/instance - ./sites:/app/sites environment: - FLASK_ENV=production networks: - static: \ No newline at end of file + static: + +volumes: + instance: \ No newline at end of file