mount vfs
Some checks failed
ci / build (push) Failing after 1s
ci / Tests & Checks (push) Failing after 1s

This commit is contained in:
CJ_Clippy 2025-07-16 22:23:23 -08:00
parent a0b98cc5f2
commit de09154fc8

View File

@ -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: {}
default: {}
## i need to mount /mnt/vfs/futureporn:/mnt/vfs/futureporn on both the server and worker