mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-31 05:02:12 +00:00
Docuseal
[+] Fix
This commit is contained in:
@@ -5,16 +5,14 @@
|
||||
|
||||
services:
|
||||
docuseal:
|
||||
image: 'docuseal/docuseal:latest'
|
||||
image: docuseal/docuseal:latest
|
||||
environment:
|
||||
- SERVICE_FQDN_DOCUSEAL
|
||||
- 'HOST=${SERVICE_FQDN_DOCUSEAL}'
|
||||
- HOST=${SERVICE_FQDN_DOCUSEAL}
|
||||
volumes:
|
||||
- 'docuseal-data:/data'
|
||||
- docuseal-data:/data
|
||||
healthcheck:
|
||||
test:
|
||||
- CMD-SHELL
|
||||
- 'wget -qO- http://localhost:3000'
|
||||
test: ["CMD", "curl", "-f", "http://localhost:3000"]
|
||||
interval: 5s
|
||||
timeout: 20s
|
||||
retries: 10
|
||||
Reference in New Issue
Block a user