mirror of
https://github.com/samjage/lab.git
synced 2026-06-06 02:50:43 +00:00
32 lines
1.0 KiB
YAML
Executable File
32 lines
1.0 KiB
YAML
Executable File
services:
|
|
scrypted:
|
|
container_name: scrypted
|
|
image: koush/scrypted:latest
|
|
restart: unless-stopped
|
|
network_mode: host
|
|
environment:
|
|
- SCRYPTED_WEBHOOK_UPDATE_AUTHORIZATION=23e46534ef408ec7c221da15c2cda92892ca5c4a637249075fbdf39358dbbaaa
|
|
- 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
|
|
restart: unless-stopped
|
|
environment:
|
|
- WATCHTOWER_SCOPE=scrypted
|
|
- WATCHTOWER_HTTP_API_PERIODIC_POLLS=true
|
|
- WATCHTOWER_HTTP_API_TOKEN=18fc4c286cb14ce86e8719b939fd23036dbb843c451c88344f2e2edd0160a4eb
|
|
- WATCHTOWER_HTTP_API_UPDATE=true
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
command: --interval 3600 --cleanup --scope scrypted
|
|
labels:
|
|
- "com.centurylinklabs.watchtower.scope=scrypted"
|
|
ports:
|
|
- "10444:8080"
|