Solved IOTC_ER_TIMEOUT Wyze error with MACVLAN

This commit is contained in:
Ashish D'Souza 2025-04-04 15:29:36 -05:00
parent c46013676c
commit 8ec090b212
1 changed files with 15 additions and 4 deletions

View File

@ -73,6 +73,7 @@ services:
target: /etc/localtime target: /etc/localtime
read_only: true read_only: true
networks: networks:
- wyze-bridge
- frigate - frigate
notify: notify:
container_name: frigate-notify container_name: frigate-notify
@ -157,10 +158,6 @@ services:
networks: networks:
- frigate - frigate
networks:
frigate:
name: frigate
volumes: volumes:
config: config:
name: frigate-config name: frigate-config
@ -168,3 +165,17 @@ volumes:
media: media:
name: frigate-media name: frigate-media
external: true external: true
networks:
frigate:
name: frigate
wyze-bridge:
name: frigate-wyze-bridge
driver: macvlan
driver_opts:
parent: enp1s0
ipam:
config:
- subnet: 192.168.0.0/24
gateway: 192.168.0.1
ip_range: 192.168.0.107/32