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.prod.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'compose.prod.yaml') diff --git a/compose.prod.yaml b/compose.prod.yaml index 07ff19e..a3b840c 100644 --- a/compose.prod.yaml +++ b/compose.prod.yaml @@ -5,6 +5,7 @@ services: - '127.0.0.1:8002:80' volumes: - ./nginx.conf:/etc/nginx/nginx.conf:ro + - files-data:/var/www/files:ro depends_on: - api-server - app-server @@ -15,6 +16,8 @@ services: context: ./backend expose: - 80 + volumes: + - files-data:/data/files:rw depends_on: db: condition: service_healthy @@ -77,3 +80,4 @@ services: volumes: db-data: + files-data: -- cgit v1.2.3-70-g09d2