Reviewed-on: #3 Co-authored-by: Beth <ejparker@actcur.com> Co-committed-by: Beth <ejparker@actcur.com>
17 lines
373 B
Text
17 lines
373 B
Text
---
|
|
# vars file for mount on privtorrents.actcur.com
|
|
|
|
mounts:
|
|
ext4:
|
|
- name: data
|
|
device: UUID=18ebdf3e-436c-4457-b3be-e946f29b78d4
|
|
mount: /mnt/data
|
|
bind:
|
|
- name: forgejo data
|
|
src: /mnt/data/forgejo_data
|
|
mount: /var/lib/forgejo
|
|
- name: forgejo config
|
|
src: /mnt/data/forgejo_config
|
|
mount: /etc/forgejo
|
|
|
|
# end of file
|