mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-26 05:02:13 +00:00
Docuseal
[+] Docuseal (SQLite) [+] Docuseal (Postgres)
This commit is contained in:
20
templates/compose/docuseal.yaml
Normal file
20
templates/compose/docuseal.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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-SHELL
|
||||
- 'wget -qO- http://localhost:3000'
|
||||
interval: 5s
|
||||
timeout: 20s
|
||||
retries: 10
|
||||
Reference in New Issue
Block a user