fix: mautic 5

remove mautic 4 because if it out of support
This commit is contained in:
Andras Bacsai
2024-10-10 12:26:44 +02:00
parent 1b79f78fda
commit 7872818f9e
3 changed files with 5 additions and 85 deletions

View File

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