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