Mount tmpfs to wyze-bridge to reduce drive wear
All checks were successful
Deploy to Fighter / Deploy (push) Successful in 8s
Deploy to Fighter / Notify (push) Successful in 2s

This commit is contained in:
Joey Hafner 2024-02-28 00:11:15 -08:00
parent 95795b2df4
commit e9cae54b60

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