aboutsummaryrefslogtreecommitdiffhomepage
path: root/compose.prod.yaml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-17 19:35:56 +0900
committernsfisis <nsfisis@gmail.com>2024-08-17 21:10:18 +0900
commit95dd5f0c346d10c9a9497daf88cd199ce71c8122 (patch)
tree6d3621b22cc44d7e93bc6a46b300479619d240d2 /compose.prod.yaml
parent48a70e06f54d81cdc6b0c22c2dcce8426b86decf (diff)
downloadiosdc-japan-2024-albatross-95dd5f0c346d10c9a9497daf88cd199ce71c8122.tar.gz
iosdc-japan-2024-albatross-95dd5f0c346d10c9a9497daf88cd199ce71c8122.tar.zst
iosdc-japan-2024-albatross-95dd5f0c346d10c9a9497daf88cd199ce71c8122.zip
feat(backend): fetch user icon from fortee
Diffstat (limited to 'compose.prod.yaml')
-rw-r--r--compose.prod.yaml4
1 files changed, 4 insertions, 0 deletions
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: