Files
coolify/templates/compose/snapdrop.yaml
2025-08-17 18:23:57 +02:00

21 lines
626 B
YAML

# documentation: https://github.com/RobinLinus/snapdrop
# slogan: A self-hosted file-sharing service for secure and convenient file transfers, whether on a local network or the internet.
# category: productivity
# tags: file, sharing, transfer, local, network, internet
services:
snapdrop:
image: 'linuxserver/snapdrop:version-b8b78cc2'
environment:
- SERVICE_URL_SNAPDROP
- PUID=1000
- PGID=1000
- TZ=Europe/Madrid
volumes:
- snapdrop-config:/config
healthcheck:
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 2s
timeout: 10s
retries: 15