Comment on Advice for git setup
credics@sh.itjust.works 4 days ago
I am hosting both Forgejo and Immich in Docker Containers. I use the example docker compose files from both projects with minimal changes to fit my setup. The volumes are mapped to a Synology NAS that is connected via NFS to the Docker host. Backup is another synology NAS at my parents house. I never had to restore, so I don’t know how easy that would be…
Evilschnuff@feddit.org 4 days ago
But that means that the database is running on nfs, right? I read that this is not recommended due to locking issues and roundtime latency.
Mondez@lemdro.id 4 days ago
You can run a separate db server using local storage and use NFS only for the data volumes for the applications themselves.
rjc@lemmy.world 3 days ago
Forgejo can run with Sqllite if you’re just hosting a small instance for your own purposes.
credics@sh.itjust.works 4 days ago
Yes. I didn’t have any problems so far. I guess, it’s because all my services are used by around four people, so the load is pretty low.