kv-tube/docker-compose.yml
KV-Tube Deployer 86913861f2
Some checks are pending
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
CI / build (push) Blocked by required conditions
Fix missing thumbnails: Add error handling to image/video elements with fallback to YouTube defaults
2026-03-24 23:23:11 +07:00

21 lines
486 B
YAML

# KV-Tube Docker Compose for Synology NAS
# Usage: docker-compose up -d
version: '3.8'
services:
kv-tube:
image: git.khoavo.myds.me/vndangkhoa/kv-tube:v4.0.8
container_name: kv-tube
platform: linux/amd64
restart: unless-stopped
ports:
- "5011:3000"
volumes:
- ./data:/app/data
environment:
- KVTUBE_DATA_DIR=/app/data
- GIN_MODE=release
- NODE_ENV=production
labels:
- "com.centurylinklabs.watchtower.enable=true"