coolify/templates/compose/snapdrop.yaml

20 lines
598 B
YAML
Raw Normal View History

2023-10-25 15:44:34 +02:00
# documentation: https://github.com/RobinLinus/snapdrop
2023-10-19 10:51:03 +02:00
# slogan: A self-hosted file-sharing service for secure and convenient file transfers, whether on a local network or the internet.
2023-10-24 12:33:49 +02:00
# tags: file, sharing, transfer, local, network, internet
2023-10-19 10:51:03 +02:00
services:
snapdrop:
image: lscr.io/linuxserver/snapdrop:latest
environment:
- SERVICE_FQDN_SNAPDROP
- PUID=1000
- PGID=1000
- TZ=Europe/Madrid
volumes:
- snapdrop-config:/config
healthcheck:
2024-05-17 10:11:55 +02:00
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
2023-10-19 10:51:03 +02:00
interval: 2s
timeout: 10s
retries: 15