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.
2023-10-24 10:33:49 +00:00
# tags: file, sharing, collaboration, teamwork
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 :
2024-03-12 19:03:11 +00:00
- SERVICE_FQDN_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