Added Immich. Tweaked docker compose networks (frontend/backend).

This commit is contained in:
Raphaël Billet
2025-12-03 22:36:07 +01:00
parent 3f6d7cf43d
commit 3a5b786b36
9 changed files with 309 additions and 32 deletions
+1 -6
View File
@@ -47,12 +47,7 @@ in
networks:
hass_backend:
name: hass_backend
driver: bridge
ipam:
config:
- subnet: "172.16.4.0/24"
gateway: "172.16.4.254"
external: true
hass_frontend:
external: true
'';