From 95dd5f0c346d10c9a9497daf88cd199ce71c8122 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 17 Aug 2024 19:35:56 +0900 Subject: feat(backend): fetch user icon from fortee --- compose.local.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'compose.local.yaml') 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: -- cgit v1.2.3-70-g09d2