Mount tmpfs to wyze-bridge to reduce drive wear

This commit is contained in:
Joey Hafner 2024-02-28 00:11:15 -08:00
parent 56444fa3a9
commit 7321b6bcca

View File

@ -45,6 +45,11 @@ services:
- 19090:8888 # HLS
- 19091:8889 # WebRTC
- 19092:8189/udp # WebRTC/ICE
volumes:
- type: tmpfs
target: /tmp/docker-wyze
tmpfs:
size: 4000000000
labels:
- traefik.http.routers.wyze-bridge.rule=Host(`wyze.homeassistant.jafner.net`)
- traefik.http.routers.wyze-bridge.tls.certresolver=lets-encrypt