move mongodb redis data to nfs
This commit is contained in:
parent
34f7d80c12
commit
a1fa146e9d
2 changed files with 13 additions and 4 deletions
|
@ -29,7 +29,9 @@ nfs_shares:
|
|||
- name: forgejo
|
||||
path: /mnt/data/forgejo
|
||||
- name: overleaf
|
||||
path: /mnt/data/overleaf
|
||||
path: /mnt/data/overleaf/data
|
||||
- name: overleaf_redis
|
||||
path: /mnt/data/overleaf/redis
|
||||
|
||||
database_passwords:
|
||||
nextcloud: !vault |
|
||||
|
|
Reference in a new issue