mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-29 12:34:38 +00:00
fix: mautic 5
remove mautic 4 because if it out of support
This commit is contained in:
@@ -86,12 +86,8 @@ services:
|
||||
mautic_web:
|
||||
condition: service_healthy
|
||||
healthcheck:
|
||||
test:
|
||||
- CMD
|
||||
- curl
|
||||
- '-f'
|
||||
- 'http://localhost'
|
||||
interval: 15s
|
||||
test: ["CMD-SHELL", "exit 0"]
|
||||
interval: 5s
|
||||
timeout: 10s
|
||||
retries: 15
|
||||
mautic_worker:
|
||||
@@ -118,11 +114,7 @@ services:
|
||||
mautic_web:
|
||||
condition: service_healthy
|
||||
healthcheck:
|
||||
test:
|
||||
- CMD
|
||||
- curl
|
||||
- '-f'
|
||||
- 'http://localhost'
|
||||
interval: 15s
|
||||
test: ["CMD-SHELL", "exit 0"]
|
||||
interval: 5s
|
||||
timeout: 10s
|
||||
retries: 15
|
||||
|
||||
Reference in New Issue
Block a user