coolify/templates/compose/pairdrop.yaml

20 lines
600 B
YAML
Raw Normal View History

2024-02-20 17:08:16 +01:00
# documentation: https://pairdrop.net/
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
2024-03-12 20:03:11 +01:00
# port: 3000
2023-10-19 10:51:03 +02:00
services:
pairdrop:
image: lscr.io/linuxserver/pairdrop:latest
environment:
2024-03-12 20:03:11 +01:00
- SERVICE_FQDN_PAIRDROP_3000
2023-10-19 10:51:03 +02:00
- PUID=1000
- PGID=1000
- TZ=Europe/Madrid
- DEBUG_MODE=false
healthcheck:
2024-05-17 10:11:55 +02:00
test: ["CMD", "curl", "-f", "http://127.0.0.1:3000"]
2023-10-19 10:51:03 +02:00
interval: 2s
timeout: 10s
retries: 15