README and docker compose
Build & Deploy / build-and-deploy (push) Successful in 7s

This commit is contained in:
2026-07-27 10:59:20 +02:00
parent 508bf77b6d
commit 846e27b95f
5 changed files with 92 additions and 14 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
discdrop:
image: droideparanoico/discdrop
container_name: discdrop
restart: unless-stopped
ports:
- "8080:8080"
volumes:
# Configure here your data directory if you want persistence.
- ./data:/app/data
env_file:
- .env