mount vfs
This commit is contained in:
parent
a0b98cc5f2
commit
de09154fc8
@ -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
|
Loading…
x
Reference in New Issue
Block a user