Move repo archive to "files" subvolume

It's better suited for this kind of file storage
This commit is contained in:
Jake Howard 2023-10-15 18:53:30 +01:00
parent 0780d255ed
commit ad3b5bc42d
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 4 additions and 0 deletions

View File

@ -134,3 +134,6 @@ MINIO_BUCKET = 0rng-gitea
MINIO_LOCATION = eu-central-003
SERVE_DIRECT = true
MINIO_USE_SSL = true
[storage.repo-archive]
PATH = /mnt/repo-archive

View File

@ -13,6 +13,7 @@ services:
- "{{ app_data_dir }}/gitea/config:/etc/gitea"
- /mnt/tank/files/gitea-repositories/repositories:/mnt/repositories
- /mnt/tank/files/gitea-repositories/lfs:/mnt/lfs
- /mnt/tank/files/gitea-repositories/archive:/mnt/repo-archive
tmpfs:
- /var/lib/gitea/tmp
restart: unless-stopped