fix: add retry loop for database connection in entrypoint
This commit is contained in:
@@ -80,6 +80,8 @@ services:
|
||||
meilisearch:
|
||||
condition: service_started
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- dokploy-network
|
||||
|
||||
worker:
|
||||
build:
|
||||
@@ -108,6 +110,8 @@ services:
|
||||
condition: service_healthy
|
||||
redis:
|
||||
condition: service_healthy
|
||||
api:
|
||||
condition: service_started
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- dokploy-network
|
||||
|
||||
Reference in New Issue
Block a user