add docker compose files

This commit is contained in:
2024-11-14 14:10:22 +01:00
commit 749e9898e2
34 changed files with 717 additions and 0 deletions

10
docker-compose.droppy.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
droppy:
container_name: droppy
image: silverwind/droppy:11.1.0
ports:
- 8989:8989
restart: unless-stopped
volumes:
- /opt/droppy:/config
- /media/scratch/droppy:/files