الملفات
FlowSync/docker-compose.yml
Mino484 1fda64ec43
فشلت بعض الفحوصات
Release Please / release-please (push) Has been cancelled
Docker Build and Push (Development) / build-and-push-dev (push) Has been cancelled
working v1
2025-11-17 17:19:47 +03:00

31 أسطر
863 B
YAML

version: '3.8'
mongodb+srv://mydrive_user:Mohammad.93@cluster0.olmiwzg.mongodb.net
mongodb+srv://mydrive_user:Mohammad.93@mongodb-fd013b15dbc7
services:
mydrive:
image: kylehoell/mydrive:latest
container_name: mydrive-app2
ports:
- "3001:3000"
environment:
- DOCKER=true
- MONGODB_URL=mongodb+srv://mongoadmin:Mohammad.93@cluster0.olmiwzg.mongodb.net/?appName=Cluster0
- DB_TYPE=fs
- FS_DIRECTORY=/data/
- KEY=thisis32charencryptionkey12345678901234
- PASSWORD_ACCESS=access_token_secret_2024_123
- PASSWORD_REFRESH=refresh_token_secret_2024_456
- PASSWORD_COOKIE=cookie_secret_2024_789
- VIDEO_THUMBNAILS_ENABLED=true
- TEMP_DIRECTORY=/temp/
- TEMP_VIDEO_THUMBNAIL_LIMIT=5000000000
volumes:
- ../data:/data
- ../temp:/temp
restart: unless-stopped