Add Synology-compatible Dockerfile and docker-compose (v4.0.8)

This commit is contained in:
KV-Tube Deployer 2026-03-24 22:57:30 +07:00
parent f2cbf102d2
commit 1f46c4dc1f
3 changed files with 26 additions and 1 deletions

21
.dockerignore.bak Normal file
View file

@ -0,0 +1,21 @@
frontend/node_modules
frontend/.next
frontend/dist
frontend/build
backend/bin
backend/logs
node_modules
.next
.git
.DS_Store
videos
data
venv
.gemini
tmp*
*.exe
*.mac
*-mac
*-new
page.html
CUsersAdminDocumentskv-tubepage.html

4
Dockerfile.diag Normal file
View file

@ -0,0 +1,4 @@
FROM alpine
WORKDIR /app
COPY . .
RUN ls -laR

View file

@ -5,7 +5,7 @@ version: '3.8'
services: services:
kv-tube-app: kv-tube-app:
image: git.khoavo.myds.me/vndangkhoa/kv-tube:v4.0.7 image: git.khoavo.myds.me/vndangkhoa/kv-tube:v4.0.8
container_name: kv-tube-app container_name: kv-tube-app
platform: linux/amd64 platform: linux/amd64
restart: unless-stopped restart: unless-stopped