clean commit

This commit is contained in:
L4RM4ND
2023-02-15 22:45:31 +01:00
commit 09fbf06719
159 changed files with 3822 additions and 0 deletions

3
droppy/README.md Normal file
View File

@@ -0,0 +1,3 @@
# References
https://github.com/silverwind/droppy

16
droppy/docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
version: '2'
services:
droppy:
container_name: droppy
image: silverwind/droppy
ports:
- 8989:8989
volumes:
- /mnt/docker-volumes/droppy/config:/config
- /path/to/my/data/for/sharing:/files # path to shared files
environment:
- UID=1000
- GID=1000
- TZ="Europe/Berlin"
restart: unless-stopped