[+] Fix
This commit is contained in:
TheH2SO4
2024-05-15 22:54:46 +02:00
parent 4aa153fcf1
commit c2d2b3f3b2
3 changed files with 16 additions and 22 deletions

View File

@@ -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