Comit Inicial

This commit is contained in:
2025-12-20 19:11:15 -05:00
commit 1768a6a2f9
4 changed files with 39 additions and 0 deletions

15
docker-compose.yaml Normal file
View File

@@ -0,0 +1,15 @@
---
services:
rclone-webdav:
build:
context: .
dockerfile: Dockerfile
container_name: rclone-gui
environment:
- USER_RCLONE=adm
- PASSWORD_RCLONE=pass
volumes:
- /path/to/config:/root/.config/rclone
restart: unless-stopped
network_mode: bridge
hostname: rclone-gui