From 92fb7dbf5f3f25ef7d4453b4f8d274d90ef4a957 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Wed, 4 Jan 2023 19:03:35 +0530 Subject: [PATCH] master-compose: uptime-kuma: depend on gitea, hugo, nextcloud and gotify --- master-compose.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/master-compose.yml b/master-compose.yml index 95ae919..c437c20 100644 --- a/master-compose.yml +++ b/master-compose.yml @@ -200,6 +200,12 @@ services: - pratham.container.category=uptime environment: - TZ=Asia/Kolkata + depends_on: + - gitea-web + - thefossguy-blog + - thefossguy-mach + - nextcloud-web + - gotify-server ################################################################################