Updated container networking.

This commit is contained in:
Raphaël Numbus
2026-02-20 11:04:09 +01:00
parent 61d0fbd339
commit 40265e8c81
6 changed files with 28 additions and 91 deletions
+2 -5
View File
@@ -32,8 +32,7 @@ helper.mkPodmanService {
hostname: frigate
shm_size: "256mb"
networks:
home-assistant_frontend:
home-assistant_backend:
home-assistant:
ports:
- "${cfg.port}:8971/tcp"
volumes:
@@ -54,9 +53,7 @@ ${lib.concatStringsSep "\n" (map (d: " - \"${d}\"") cfg.devices)}
restart: unless-stopped
networks:
home-assistant_backend:
external: true
home-assistant_frontend:
home-assistant:
external: true
'';
}