coolify/templates/compose/docuseal.yaml
TheH2SO4 c2d2b3f3b2 Docuseal
[+] Fix
2024-05-15 22:54:46 +02:00

18 lines
574 B
YAML

# documentation: https://www.docuseal.co/
# slogan: Document Signing for Everyone free forever for individuals, extensible for businesses and developers. Open Source Alternative to DocuSign, PandaDoc and more.
# tags: documentation
# logo: svgs/docuseal.png
services:
docuseal:
image: docuseal/docuseal:latest
environment:
- SERVICE_FQDN_DOCUSEAL
- HOST=${SERVICE_FQDN_DOCUSEAL}
volumes:
- docuseal-data:/data
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"]
interval: 5s
timeout: 20s
retries: 10