2023-10-25 13:44:34 +00:00
|
|
|
# documentation: https://github.com/RobinLinus/snapdrop
|
2023-10-19 08:51:03 +00:00
|
|
|
# slogan: A self-hosted file-sharing service for secure and convenient file transfers, whether on a local network or the internet.
|
2025-08-17 16:23:57 +00:00
|
|
|
# category: productivity
|
2023-10-24 10:33:49 +00:00
|
|
|
# tags: file, sharing, transfer, local, network, internet
|
2023-10-19 08:51:03 +00:00
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
snapdrop:
|
2025-05-19 10:53:31 +00:00
|
|
|
image: 'linuxserver/snapdrop:version-b8b78cc2'
|
2023-10-19 08:51:03 +00:00
|
|
|
environment:
|
2025-08-10 08:10:22 +00:00
|
|
|
- SERVICE_URL_SNAPDROP
|
2023-10-19 08:51:03 +00:00
|
|
|
- PUID=1000
|
|
|
|
|
- PGID=1000
|
|
|
|
|
- TZ=Europe/Madrid
|
|
|
|
|
volumes:
|
|
|
|
|
- snapdrop-config:/config
|
|
|
|
|
healthcheck:
|
2024-05-17 08:11:55 +00:00
|
|
|
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
|
2023-10-19 08:51:03 +00:00
|
|
|
interval: 2s
|
|
|
|
|
timeout: 10s
|
|
|
|
|
retries: 15
|