Adding encryption

This commit is contained in:
2026-02-01 05:30:05 -05:00
parent bb35db384f
commit a7aedd3b64
7 changed files with 1214 additions and 57 deletions

View File

@@ -5,18 +5,20 @@ services:
build: ./backend
container_name: ticky-backend
ports:
- "3222:3001"
- "3001:3001"
environment:
- VIDEOS_DIR=/videos
- ENCRYPTED_DIR=/videos/encrypted
- METADATA_DIR=/videos/metadata
volumes:
- ./videos:/videos:ro
- ./videos:/videos
restart: unless-stopped
frontend:
build: ./frontend
container_name: ticky-frontend
ports:
- "3111:3000"
- "3000:3000"
depends_on:
- backend
environment: