mirror of
https://github.com/samjage/lab.git
synced 2026-06-06 02:50:43 +00:00
Refactor scrypted service in docker-compose.yml
Reorganized scrypted service configuration in docker-compose.yml.
This commit is contained in:
@@ -10,20 +10,6 @@ services:
|
||||
volumes:
|
||||
- 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:
|
||||
container_name: wyze-bridge
|
||||
image: mrlt8/wyze-bridge:latest
|
||||
@@ -39,6 +25,20 @@ services:
|
||||
- AUDIO_CODEC=AAC
|
||||
- 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:
|
||||
container_name: scrypted-watchtower
|
||||
image: containrrr/watchtower
|
||||
@@ -48,6 +48,7 @@ services:
|
||||
- WATCHTOWER_HTTP_API_PERIODIC_POLLS=true
|
||||
- WATCHTOWER_HTTP_API_TOKEN=SET_THIS_TO_SOME_RANDOM_TEXT_BRO
|
||||
- WATCHTOWER_HTTP_API_UPDATE=true
|
||||
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
command: --interval 3600 --cleanup --scope scrypted
|
||||
|
||||
Reference in New Issue
Block a user