coolify/templates/compose/pairdrop.yaml

19 lines
603 B
YAML
Raw Normal View History

2023-10-25 15:44:34 +02:00
# documentation: https://github.com/schlagmichdoch/PairDrop
2023-10-19 10:51:03 +02: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 12:33:49 +02:00
# tags: file, sharing, collaboration, teamwork
2023-10-19 10:51:03 +02: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