Files
lab/stacks/scrypted/docker-compose.yml
T
2026-04-06 10:13:21 -04:00

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"