2024-02-20 16:08:16 +00:00
# documentation: https://pairdrop.net/
2023-10-19 08:51:03 +00:00
# slogan: Pairdrop is a self-hosted file sharing and collaboration platform, offering secure file sharing and collaboration capabilities for efficient teamwork.
2025-08-17 16:23:57 +00:00
# category: productivity
2023-10-24 10:33:49 +00:00
# tags: file, sharing, collaboration, teamwork
2024-12-06 11:38:57 +00:00
# logo: svgs/pairdrop.png
2024-03-12 19:03:11 +00:00
# port: 3000
2023-10-19 08:51:03 +00:00
services :
pairdrop :
image : lscr.io/linuxserver/pairdrop:latest
environment :
2025-08-10 08:10:22 +00:00
- SERVICE_URL_PAIRDROP_3000
2023-10-19 08:51:03 +00:00
- PUID=1000
- PGID=1000
- TZ=Europe/Madrid
- DEBUG_MODE=false
healthcheck :
2024-05-17 08:11:55 +00:00
test : [ "CMD" , "curl" , "-f" , "http://127.0.0.1:3000" ]
2023-10-19 08:51:03 +00:00
interval : 2s
timeout : 10s
retries : 15