mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
15 lines
452 B
YAML
15 lines
452 B
YAML
version: "3.8"
|
|
services:
|
|
scrypted:
|
|
image: ghcr.io/koush/scrypted:latest
|
|
environment:
|
|
- SCRYPTED_WEBHOOK_UPDATE_AUTHORIZATION=${SCRYPTED_WEBHOOK_UPDATE_AUTHORIZATION}
|
|
- SCRYPTED_WEBHOOK_UPDATE=http://${main_domain}:10444/v1/update
|
|
volumes:
|
|
- ../files/scrypted-volume:/server/volume
|
|
# Optional NVR volume, uncomment if needed
|
|
# - ../files/nvr:/nvr
|
|
restart: unless-stopped
|
|
logging:
|
|
driver: "none"
|