From 45691a8178e4438e18c28f40dad04cc8b9eb6a0c Mon Sep 17 00:00:00 2001
From: Elian Loraux <elian.loraux@tetras-libre.fr>
Date: Thu, 20 Jun 2024 14:42:36 +0200
Subject: [PATCH] add volume and path variable

---
 docker-compose.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index bbb9f97..8712614 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -13,7 +13,7 @@ services:
             - SECRET_PORT=${SECRET_PORT}
             - SECRET_HOST=${SECRET_HOST}
             - SECRET_ROOT_USER=${SECRET_ROOT_USER}
-            - SECRET_ROOT_PASSWORD=${SECRET_ROOT_PASSWORD} after signed in)
+            - SECRET_ROOT_PASSWORD=${SECRET_ROOT_PASSWORD}
             - SECRET_ROOT_EMAIL=${SECRET_ROOT_EMAIL}
             - SECRET_FILE_SIZE=${SECRET_FILE_SIZE}
             - SECRET_FORCED_LANGUAGE=${SECRET_FORCED_LANGUAGE}
@@ -22,3 +22,8 @@ services:
         ports:
             - '3000:3000'
         restart: unless-stopped
+
+volumes:
+  data:
+  database:
+
-- 
GitLab