Refactor scrypted service in docker-compose.yml

Reorganized scrypted service configuration in docker-compose.yml.
This commit is contained in:
2026-04-01 09:41:28 -04:00
committed by GitHub
parent 7b99c39fbf
commit 0497fac743
+15 -14
View File
@@ -10,20 +10,6 @@ services:
volumes: volumes:
- homebridge-data:/homebridge - homebridge-data:/homebridge
scrypted:
container_name: scrypted
image: koush/scrypted:latest
restart: unless-stopped
network_mode: host
environment:
- SCRYPTED_WEBHOOK_UPDATE_AUTHORIZATION=SET_THIS_TO_SOME_RANDOM_TEXT_BROHAM
- SCRYPTED_WEBHOOK_UPDATE=http://localhost:10444/v1/update
- ENABLE_AUDIO=True
volumes:
- /.scrypted/volume:/server/volume
labels:
- "com.centurylinklabs.watchtower.scope=scrypted"
wyze-bridge: wyze-bridge:
container_name: wyze-bridge container_name: wyze-bridge
image: mrlt8/wyze-bridge:latest image: mrlt8/wyze-bridge:latest
@@ -39,6 +25,20 @@ services:
- AUDIO_CODEC=AAC - AUDIO_CODEC=AAC
- RTSP_FW=Force - RTSP_FW=Force
scrypted:
container_name: scrypted
image: koush/scrypted:latest
restart: unless-stopped
network_mode: host
environment:
- SCRYPTED_WEBHOOK_UPDATE_AUTHORIZATION=SET_THIS_TO_SOME_RANDOM_TEXT_BROHAM
- SCRYPTED_WEBHOOK_UPDATE=http://localhost:10444/v1/update
- ENABLE_AUDIO=True
volumes:
- /.scrypted/volume:/server/volume
labels:
- "com.centurylinklabs.watchtower.scope=scrypted"
scrypted-watchtower: scrypted-watchtower:
container_name: scrypted-watchtower container_name: scrypted-watchtower
image: containrrr/watchtower image: containrrr/watchtower
@@ -48,6 +48,7 @@ services:
- WATCHTOWER_HTTP_API_PERIODIC_POLLS=true - WATCHTOWER_HTTP_API_PERIODIC_POLLS=true
- WATCHTOWER_HTTP_API_TOKEN=SET_THIS_TO_SOME_RANDOM_TEXT_BRO - WATCHTOWER_HTTP_API_TOKEN=SET_THIS_TO_SOME_RANDOM_TEXT_BRO
- WATCHTOWER_HTTP_API_UPDATE=true - WATCHTOWER_HTTP_API_UPDATE=true
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
command: --interval 3600 --cleanup --scope scrypted command: --interval 3600 --cleanup --scope scrypted