2023-10-25 13:44:34 +00:00
# documentation: https://github.com/schlagmichdoch/PairDrop
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
2023-10-19 08:51:03 +00:00
services :
pairdrop :
image : lscr.io/linuxserver/pairdrop:latest
environment :
- SERVICE_FQDN_PAIRDROP
- PUID=1000
- PGID=1000
- TZ=Europe/Madrid
- DEBUG_MODE=false
healthcheck :
test : [ "CMD" , "curl" , "-f" , "http://localhost:3000" ]
interval : 2s
timeout : 10s
retries : 15