Adding encryption
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user