coolify/templates/compose/docuseal.yaml

20 lines
605 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
2024-05-23 11:13:06 +02:00
# port: 3000
services:
docuseal:
2024-05-15 22:54:46 +02:00
image: docuseal/docuseal:latest
environment:
2024-05-23 11:13:06 +02:00
- SERVICE_FQDN_DOCUSEAL_3000
2024-05-15 22:54:46 +02:00
- HOST=${SERVICE_FQDN_DOCUSEAL}
volumes:
2024-05-15 22:54:46 +02:00
- docuseal-data:/data
healthcheck:
2024-05-23 11:13:06 +02:00
test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:3000"]
interval: 5s
timeout: 20s
2024-05-23 11:13:06 +02:00
retries: 10