Hi, I'm new to OMV and also docker, and I'm struggling with my Frigate install. Could someone tell me what I'm doing wrong?
OMV is running fine. I have installed the compose plugin, which also seems fine. I have a dedicated SSD for the docker shared folders (appdata, backup_compose, docker). I've installed Frigate using the example config, adapted for my setup, and that works. I've logged into the web UI for Frigate, and configured my cameras there. Again, that all works.
However, when I look in the appdata shared folder, I have a config sub-folder but it is empty (the Frigate compose file is there, in the root). The config must exist somewhere - when I edit it in the web UI it says it is being saved. And if I trigger a backup of docker (manually triggering the scheduled task) it brings down Frigate, before it backs up and then pushes Frigate up. If the config was only in RAM I assume it would restart without any of my camera configuration, but it seems fine. However, this means:
- I don't have any backup of the frigate config (in the backup compose folder it has the modified Frigate compose file, the recordings etc but the backup of the config directory is empty)
- I can't edit the config.yml for outside of the web UI (not that I care much about that)
Right now I'm manually taking a copy of the Frigate config out of the web UI in notepad so I can rebuild everything if it goes down. But I assume that's not how it's meant to work.
I've searched the forum and see that there was a problem in the past where the config directory file path was wrong in the example compose, result in a config folder being created but not a yml file. But that seemed to manifest as Frigate not starting at all. My instance of Frigate works fine. And in any case, my file path seems correct.
Can someone provide some guidance? I assume the yml file must exist somewhere otherwise I wouldn't be able to take Frigate down and bring it back up? But I can't see it, and can't back it up. Maybe I just don't understand how docker works, or Frigate works. Or maybe I've made some rookie error. But this doesn't seem right to me.
Thanks in advance for any guidance.