aboutsummaryrefslogtreecommitdiffhomepage
path: root/compose.local.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'compose.local.yaml')
-rw-r--r--compose.local.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/compose.local.yaml b/compose.local.yaml
index cfcb41e..bf7c0c6 100644
--- a/compose.local.yaml
+++ b/compose.local.yaml
@@ -4,6 +4,8 @@ services:
context: ./backend
ports:
- '127.0.0.1:8002:80'
+ volumes:
+ - files-data:/data/files:rw
depends_on:
db:
condition: service_healthy
@@ -67,3 +69,4 @@ services:
volumes:
db-data:
+ files-data: