lasthourcloud/templates/compose/docuseal.yaml

18 lines
574 B
YAML
Raw Normal View History

# 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:
2024-05-15 20:54:46 +00:00
image: docuseal/docuseal:latest
environment:
- SERVICE_FQDN_DOCUSEAL
2024-05-15 20:54:46 +00:00
- HOST=${SERVICE_FQDN_DOCUSEAL}
volumes:
2024-05-15 20:54:46 +00:00
- docuseal-data:/data
healthcheck:
2024-05-15 20:54:46 +00:00
test: ["CMD", "curl", "-f", "http://localhost:3000"]
interval: 5s
timeout: 20s
retries: 10