Files
discdrop/docker-compose.yml
T
droideparanoico 846e27b95f
Build & Deploy / build-and-deploy (push) Successful in 7s
README and docker compose
2026-07-27 10:59:20 +02:00

12 lines
289 B
YAML

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