suite aux différents problèmes de surcharge avec frigate en mode addon dans HA, j’ai décidé de passer sur un frugate LXC.
Pour se faire j’ai suivi le tuto suivant : Installation de Frigate sur Proxmox
Tout s’est bien passé pour l’installation de Docker avec Portainer + Docker Compose
Vous êtes beaucoup plus loin dans le tuto
Comme je le dis j’en suis à la premiere phase d’installation du cocker avec Portainer et Docker Compose donc ici sur le tuto
Je me suis donc basé sur les liens donnée (Youyube et blog)
Le blog ou il est indiqu après installation du docket que l’on peut lancer Portainer avec l’ip:9000
Vu qu’il indique port 8000 et 9443 j’ai tenté avec 192.168.1.70:8000 j’ai le message Not found et avec https://192.168.1.70:9443 j’ai bien la console de Portainer
Grace à vous j’ai pu continuer l’installation en suivant jusqu’au bout ce coup ci le tuto.
Par contre même si tout semble s’être bien déroulé, les logs duncontainer frigate montre qu’il redémarre en boucle
s6-rc: info: service nginx: starting
s6-rc: info: service go2rtc-healthcheck successfully started
2024-09-06 14:55:11.222200939 [INFO] Preparing Frigate...
2024-09-06 14:55:11.223872585 [INFO] Preparing new go2rtc config...
2024-09-06 14:55:11.230546368 [INFO] Starting NGINX...
2024-09-06 14:55:11.234105903 [INFO] Starting Frigate...
2024-09-06 14:55:11.566076249 [INFO] Starting go2rtc...
2024-09-06 14:55:11.734183047 14:55:11.734 INF go2rtc platform=linux/amd64 revision=b2399f3 version=1.9.2
2024-09-06 14:55:11.734500586 14:55:11.734 INF config path=/dev/shm/go2rtc.yaml
2024-09-06 14:55:11.734988880 14:55:11.734 INF [rtsp] listen addr=:8554
2024-09-06 14:55:11.735200890 14:55:11.735 INF [api] listen addr=:1984
2024-09-06 14:55:11.735447844 14:55:11.735 INF [webrtc] listen addr=:8555/tcp
s6-rc: info: service nginx successfully started
s6-rc: info: service certsync: starting
s6-rc: info: service certsync successfully started
s6-rc: info: service legacy-services: starting
2024-09-06 14:55:12.347507916 [INFO] Starting certsync...
s6-rc: info: service legacy-services successfully started
2024-09-06 14:55:12.434722198 127.0.0.1 - - [06/Sep/2024:14:55:12 +0200] "" 400 0 "-" "-" "-"
2024-09-06 14:55:12.511798371 [Errno 30] Read-only file system: '/config/model_cache'
2024-09-06 14:55:12.690718700 [INFO] Service Frigate exited with code 1 (by signal 0)
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service go2rtc-healthcheck: stopping
s6-rc: info: service certsync: stopping
2024-09-06 14:55:12.698880515 [INFO] The go2rtc-healthcheck service exited with code 256 (by signal 15)
s6-rc: info: service go2rtc-healthcheck successfully stopped
2024-09-06 14:55:12.700480187 [INFO] Service CERTSYNC exited with code 256 (by signal 15)
s6-rc: info: service certsync successfully stopped
s6-rc: info: service nginx: stopping
s6-rc: info: service certsync-log: stopping
s6-rc: info: service certsync-log successfully stopped
2024-09-06 14:55:12.746010828 [INFO] Service NGINX exited with code 0 (by signal 0)
s6-rc: info: service nginx successfully stopped
s6-rc: info: service nginx-log: stopping
s6-rc: info: service frigate: stopping
s6-rc: info: service nginx-log successfully stopped
s6-rc: info: service frigate successfully stopped
s6-rc: info: service go2rtc: stopping
s6-rc: info: service frigate-log: stopping
2024-09-06 14:55:12.750612254 exit with signal: terminated
s6-rc: info: service frigate-log successfully stopped
2024-09-06 14:55:12.755413713 [INFO] The go2rtc service exited with code 0 (by signal 0)
s6-rc: info: service go2rtc successfully stopped
s6-rc: info: service go2rtc-log: stopping
s6-rc: info: service go2rtc-log successfully stopped
s6-rc: info: service log-prepare: stopping
s6-rc: info: service s6rc-fdholder: stopping
s6-rc: info: service log-prepare successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service s6rc-fdholder successfully stopped
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
Voici le fichier docker-compose.yaml que j’ai créé