changing dependencies when starting containers

This commit is contained in:
mercury
2025-12-11 00:44:32 +04:00
parent d1960d6acb
commit 0ef34f818d
+4
View File
@@ -100,6 +100,10 @@ services:
condition: service_healthy
ad:
condition: service_started
ss:
condition: service_started
xr:
condition: service_started
healthcheck:
test: ["CMD", "nginx", "-t"]
interval: 10s