From de09154fc8355fa5bfb8f223b7515a7092294a37 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Wed, 16 Jul 2025 22:23:23 -0800 Subject: [PATCH] mount vfs --- services/our/compose.production.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/services/our/compose.production.yaml b/services/our/compose.production.yaml index 23b095f..8ca81c1 100644 --- a/services/our/compose.production.yaml +++ b/services/our/compose.production.yaml @@ -40,6 +40,8 @@ services: init: true entrypoint: > sh -c "npx prisma migrate deploy && npm run start:server" + volumes: + - /mnt/vfs/futureporn:/mnt/vfs/futureporn worker: image: gitea.futureporn.net/futureporn/our:latest @@ -53,10 +55,15 @@ services: init: true entrypoint: > sh -c "npm run start:worker" + volumes: + - /mnt/vfs/futureporn:/mnt/vfs/futureporn volumes: pgdata: networks: - default: {} \ No newline at end of file + default: {} + + +## i need to mount /mnt/vfs/futureporn:/mnt/vfs/futureporn on both the server and worker \ No newline at end of file